Batch fetch thing connectivity statuses
POST/iot/things/status
Returns connectivity statuses for the given thing IDs. IDs that do not exist or are not accessible are omitted from the response. Things that have never connected are also omitted.
Required Permission:
-
Resource:
core:things:{id}(each) -
Action:
core:things:get
Request
Responses
- 200
- 400
- 401
- 415
- 500
Map of thing IDs to their connectivity statuses.
Failed due to malformed JSON or empty IDs list.
Unauthorized.
Missing or unsupported content type.
Unexpected server error.