Get info about using certificate for Link remote server MQTT protocol
Returns info about using certificate for Link remote server MQTT protocol
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- uploaded booleanis certificate uploaded? 
- validity_period object- Certificate expiration date status. is_valid boolean- is certificate valid? valid_from int64- timestamp for when certificate begins to be valid valid_to int64- timestamp for when certificate stops to be valid 
{
  "uploaded": true,
  "validity_period": {
    "is_valid": true,
    "valid_from": 1433415878,
    "valid_to": 4294967296
  }
}
{
  "uploaded": true,
  "validity_period": {
    "is_valid": true,
    "valid_from": 1433415878,
    "valid_to": 4294967296
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...