get https://api.vergesense.com/hardware/gateways
Fetch all gateways. Response conforms to the JSON API spec https://jsonapi.org/.Responses are limited to 1,000
gateway after which pagination will take place.
Response
Hardware Gateway Model
Field | Description | Data Type |
---|---|---|
id | Unique identifier for the VergeSense hardware gateway. Ex: C0300A1234-01234 | String |
type | gateway | String |
attributes.model | VergeSense hardware model. Ex: rigado | String |
attributes.firmware | Firmware version of the gateway (if available). | String |
attributes.mac_address | MAC address of the gateway. | String |
attributes.network.status | Current network status of the gateway. Can be one of the following:offline - the gateway has not sent a report in over an houronline - the gateway has sent a report in the last hour | String |
relationships.building | The building that the gateway is located within. Building details included in the included top level response key. | Object |
relationships.floor | The floor that the gateway is installed on. Floor details included in the included top level response key. | Object |