获取设备属性
GET
https://api.maxhub.com/maxhub-legend/api/open/v5/device/assert/attribute/info
请求参数
Query 参数
attributeNames
string
属性名称
示例值:
deviceModule,opsModule
deviceId
number
设备ID
示例值:
3452345245
Header 参数
X-Isp-Code
string
必需
示例值:
{{sign_orgCode}}
Authorization
string
客户端令牌
示例值:
Bearer {{sign_client_token}}
X-Isp-TraceId
string
必需
示例值:
{{uuid}}
X-Auth-Sign
string
必需
示例值:
{{sign}}
X-Auth-Timestamp
string
必需
示例值:
{{timestamp}}
示例代码
返回响应
修改于 2024-12-24 11:53:31