用于查詢指定實(shí)例下有哪些設(shè)備申請(qǐng)了設(shè)備訪問(wèn)憑證(一機(jī)一密)。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無(wú)授權(quán)信息透出。
請(qǐng)求參數(shù)
名稱(chēng) | 類(lèi)型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 云消息隊(duì)列 MQTT 版實(shí)例的 ID,一定要和客戶端實(shí)際使用的實(shí)例 ID 匹配。您可以在控制臺(tái)實(shí)例詳情頁(yè)面獲取該 ID。 | mqtt-xxxxxxxx |
GroupId | string | 是 | 微消息隊(duì)列 MQTT 版的 Group ID。 | GID_xxx |
PageNo | string | 是 | 查詢第幾頁(yè)的返回結(jié)果。起始頁(yè)從第 1 頁(yè)開(kāi)始計(jì)算。 | 1 |
PageSize | string | 是 | 每頁(yè)最多顯示幾條查詢記錄。 取值范圍:1~100。 | 100 |
NextToken | string | 否 | 下一頁(yè)查詢開(kāi)始的 Token。 | FFdXXXXXWa |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "020F6A43-19E6-4B6E-B846-44EB31DF****",
"DeviceCredentialClientIdList": {
"Total": "10",
"ClientIdList": [
"GID_test@@@pub-1"
],
"PageNo": "1",
"PageSize": "100",
"NextToken": "634dxxxxx75b5f"
}
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | ApplyTokenOverFlow | You have applied for tokens too many times. Please try again later. | 申請(qǐng)Token頻率過(guò)高,系統(tǒng)限流,請(qǐng)重試。 |
400 | CheckAccountInfoFailed | An error occurred while checking the account information by the STS token. | 解析STS Token賬號(hào)信息失敗。 |
400 | InstancePermissionCheckFailed | An error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings. | 實(shí)例權(quán)限校驗(yàn)失敗,請(qǐng)確認(rèn)MQTT實(shí)例的所屬關(guān)系以及授權(quán)策略。 |
400 | ParameterCheckFailed | An error occurred while validating the parameters. The parameters may be missing or invalid. | 參數(shù)校驗(yàn)失敗,可能缺失或者傳入值非法。 |
400 | PermissionCheckFailed | An error occurred while validating the resource permissions. Please check the account that created the instance, topic, and GroupId, and check their permission settings. | 資源權(quán)限校驗(yàn)失敗,請(qǐng)檢查實(shí)例、Topic和Group ID的所屬權(quán)限和授權(quán)策略。 |
400 | InvalidParameter.%s | An error occurred while validating the parameter. The parameter may be missing or invalid. | 參數(shù)校驗(yàn)失敗,可能缺失或者傳入值非法。 |
404 | ApiNotSupport | The specified API is not supported. | 當(dāng)前接口不支持,請(qǐng)檢查。 |
500 | InternalError | An error occurred while processing your request. Try again later. | MQTT后端服務(wù)異常,請(qǐng)重試。 |
500 | SystemOverFlow | An error occurred while processing your request. Please try again. | 系統(tǒng)限流,請(qǐng)重試。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|
暫無(wú)變更歷史