Get info about using SSL certificate for Link remote server MQTT protocol
Returns info about using SSL certificate for Link remote server MQTT protocol
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- uploaded boolean
validity_period object
Certificate expiration date status.
is_valid booleanvalid_from int64valid_to int64
{
"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
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentification
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentification",
"message": "Log In"
}
}
Loading...