Get information about using certificate for remote server MQTT protocol
Returns information about using certificate for remote server MQTT protocol
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Info
Schema
- uploaded booleanDetermines whether the custom certificate is uploaded 
- validity_period object- Certificate expiration date status is_valid boolean- Determines whether the custom certificate is valid valid_from int64- Unix Timestamp Date valid_to int64- Unix Timestamp Date 
{
  "uploaded": false,
  "validity_period": {
    "is_valid": false,
    "valid_from": 1540819272,
    "valid_to": 1540819272
  }
}
{
  "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 information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...