Querying Twin Properties of an End Device
Function
This API is used to query twin properties of an end device.
URI
GET /v2/{project_id}/edgemgr/devices/{device_id}/twin
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
device_id |
Yes |
End device ID. |
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Content-Type |
Yes |
String |
Message body type (format). The default value application/json is recommended. |
X-Auth-Token |
Yes |
String |
User token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. |
Response
Response parameters
Parameter |
Type |
Description |
---|---|---|
access_protocol |
String |
Access protocol. The options are as follows:
|
twin |
Object |
Dynamic properties of an end device. A maximum of 64 key-value pairs are supported. The key indicates the property name. For details about the format of value, see Table 21. The following is an example: "devicestate":{ "expected":{ "value":"running", "metadata":{ "timestamp":1536822119463 } }, "optional":true, "metadata":{ "type":"string" } } |
property_visitors |
Table 25 object |
Twin property configuration, which varies depending on access_protocol. |
Example response
{ "access_protocol": "userdefine", "property_visitors": {}, "twin": { "devicestate": { "expected": { "value": "running", "metadata": { "timestamp": 1523514289 } }, "actual": { "value": "stop", "metadata": { "timestamp": 1523514289 } }, "optional": true, "metadata": { "type": "string" } } } }
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot