调用FindPrepublishPassedDevices分页查询某一个预发布下的已查询设备的云设备ID列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | FindPrepublishPassedDevices |
系统规定参数。取值:FindPrepublishPassedDevices。 |
ProjectId | String | 是 | P0VFCREU |
所属项目ID |
PageIndex | Integer | 是 | 1 |
本页开始序号 |
PageSize | Integer | 是 | 20 |
分页大小 |
PrepublishId | String | 是 | 1 |
预发布ID |
RegionId | String | 否 | cn-shanghai |
地域ID |
DeviceId | String | 否 | b8fe2e24ff2b48e0a3aa4e49809fc1b3 |
云设备ID |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 6F25F67C-F411-499F-BCE2-67CA563CB064 |
请求ID |
DeviceList |
查询到的设备信息 |
||
TotalCount | Integer | 2 |
符合条件的记录总数 |
Items |
设备列表 |
||
DeviceId | String | b8fe2e24ff2b48e0a3aa4e49809fc1b3 |
云设备ID |
GmtCreateTimestamp | Long | 124643600000 |
查询时间戳 |
GmtCreate | String | 2018-01-01 00:00:00 |
查询时间 |
示例
请求示例
http(s)://iovcc.cn-shanghai.aliyuncs.com/?Action=FindPrepublishPassedDevices
&ProjectId=P0VFCREU
&PageIndex=1
&PageSize=20
&PrepublishId=1
&<公共请求参数>
正常返回示例
XML
格式
<FindPrepublishPassedDevicesResponse>
<RequestId>6F25F67C-F411-499F-BCE2-67CA563CB064</RequestId>
<DeviceList>
<TotalCount>30</TotalCount>
<Items>
<DeviceId>b8fe2e24ff2b48e0a3aa4e49809fc1b3</DeviceId>
<GmtCreate>2018-01-01 00:00:00</GmtCreate>
</Items>
</DeviceList>
</FindPrepublishPassedDevicesResponse>
JSON
格式
{
"RequestId":"6F25F67C-F411-499F-BCE2-67CA563CB064",
"DeviceList":{
"Items":[
{
"DeviceId":"b8fe2e24ff2b48e0a3aa4e49809fc1b3",
"GmtCreate":"2018-01-01 00:00:00"
}
],
"TotalCount":30
}
}
错误码
访问错误中心查看更多错误码。