GET hub/{serial}/AwsConnection
Get if a Hub is connected to aws or not.SUBSCRIPTION REQURED.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
Serial of the Hub |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The Status of a hub on AWS
Flipr.Web.Api.Controllers.JsonWrappers.StateAWSHubName | Description | Type | Additional information |
---|---|---|---|
serial |
Serial of the Hub |
string |
None. |
conected |
State is connected to AWS or not |
boolean |
None. |
lastKeepAlive |
last keep alive of the device |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "serial": "sample string 1", "conected": true, "lastKeepAlive": "2023-02-01T08:25:23.4289146+00:00" }
text/html
Sample:
{"serial":"sample string 1","conected":true,"lastKeepAlive":"2023-02-01T08:25:23.4289146+00:00"}