v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1483477323.4 KB

Get the connectivity status of a managed thing.

post/managed-things-connectivity-data/{Identifier}

Path parameters

Identifierstring required

The identifier of a managed thing.

Response

Success

ManagedThingIdstring

The id of a managed thing.

Connectedboolean

The connectivity status for a managed thing.

Timestampstring date-time

The timestamp value of when the connectivity status for a managed thing was last taken.

DisconnectReason'AUTH_ERROR' | 'CLIENT_INITIATED_DISCONNECT' | 'CLIENT_ERROR' | 'CONNECTION_LOST' | 'DUPLICATE_CLIENTID' | 'FORBIDDEN_ACCESS' | 'MQTT_KEEP_ALIVE_TIMEOUT' | 'SERVER_ERROR' | 'SERVER_INITIATED_DISCONNECT' | 'THROTTLED' | 'WEBSOCKET_TTL_EXPIRATION' | 'CUSTOMAUTH_TTL_EXPIRATION' | 'UNKNOWN' | 'NONE'

The reason for the connectivity disconnect with the managed thing.