Add a Device |
POST |
/device/openapi/v1/devices |
Search Specific Devices |
POST |
/device/openapi/v1/devices/search |
Query a Specific Device |
GET |
/device/openapi/v1/devices/{deviceId} |
Query the TSL Model of a Device |
GET |
/device/openapi/v1/devices/{deviceId}/thing-specification |
Query the Historical Data of Properties Reports |
GET |
device/openapi/v1/devices/{deviceId}/properties/history?{query
parameters} |
Invoke Device Services Asynchronously |
POST |
/device/openapi/v1/devices/{deviceId}/services/call |
Update a Device Information |
PUT |
/device/openapi/v1/devices |
Update Device Properties Incrementally |
PATCH |
/device/openapi/v1/devices/{deviceId}/properties |
Delete a Device |
DELETE |
/device/openapi/v1/devices/{deviceId} |
Remove a Device from Application |
PUT |
/device/openapi/v1/devices/remove/{deviceId} |