我想检索包含(在本例中为服务器)属性的客户设备,以便能够在表中显示信息,而不是先检索设备,然后再询问每个设备的属性。
我不知道是否可以将服务器属性推送到设备响应中包含的AdditionalInfo字段:
在Swagger文档之后,我有以下选项:
1个电话: GET / api / customer / {customerId} / devices {type,textSearch,idOffset,textOffset,limit} getCustomerDevices
N次通话: GET / api / plugins / telemetry / {entityType} / {entityId} / keys / attributes / {scope} getAttributeKeysByScope
但这不是最好的。
设备{ AdditionalInfo(字符串,可选), createdTime(整数,可选), customerId(CustomerId,可选), id(DeviceId,可选), 名称(字符串,可选), tenantId(TenantId,可选), 类型(字符串,可选), 属性{ 客户, 共享, 服务器。 } }