Get integration with alarm.com status
Returns status of integration: progress of firmware update, on what stage upgrade is, errors if any
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Integration Disabled
- Integration error
Schema
- status string
Possible values: [
disabled,active,inactive,connecting,awaiting_adc,firmware_updating]Current status of the integration functionality
info object
Additional information about ADC status (empty when disabled)
{
"status": "disabled",
"info": {}
}
{
"status": "disabled",
"info": {}
}
{
"status": "inactive",
"info": {
"error": "VPN connection lost. Trying to reconnect"
}
}
- Some errors appeared during enabling integration
- application/json
- Schema
- Example (from schema)
- Cannot enable integration
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Cannot enable integration"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...