GetDeviceAttributeData
调用该接口get device entity attributeData。
Request
get /devices/{id}/attributeData
| Name | Located in | Type | Description |
|---|---|---|---|
| id | path | string | 设备ID |
Response
Response 200
| Code2 | Description | Type | Schema |
|---|---|---|---|
| 200 | OK | Object | v1GetDeviceAttributeDataResponse |
v1GetDeviceAttributeDataResponse
| Name | Type | Description |
|---|---|---|
| attributeDataObject | Object | 设备属性数据对象 |
Response default
| Code2 | Description | Type | Schema |
|---|---|---|---|
| default | An unexpected error response. | Object | rpcStatus |
rpcStatus
| Name | Type | Description |
|---|---|---|
| code | integer | |
| details | Array[protobufAny] | [ 具体参数可见下面 protobufAny ] |
| message | string |
protobufAny
| Name | Type | Description |
|---|---|---|
| @type | string |