获取单卡诊断结果。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DiagnoseTaskId | string | 是 | 网络诊断任务ID。 | diagnoseTask-bp2qhwdp2n9x6zkvq**** |
RegionId | string | 否 | 网络诊断的云连接器实例所在的地域ID。 您可以通过调用ListRegions接口获取地域ID。 | cn-hangzhou |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B45",
"IoTCloudConnectorId": "iotcc-smy9a5ockzp08n****",
"CardIp": "169.254.XX.XX",
"IccId": "89860477*******27546",
"Destination": "114.114.XX.XX",
"BeginTime": 1643077466,
"EndTime": 1643077666,
"Status": "failed",
"ErrorResult": [
{
"ErrorLevel": "Warning",
"ErrorPart": "Terminal",
"ErrorDesc": "Terminal abnormal",
"ErrorSuggestion": "Please check whether the terminal and card are compatible or whether the terminal can send messages"
}
],
"DiagnoseItem": [
{
"Part": "Terminal",
"Status": "Normal"
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Forbidden.RAM | Ram user does not have permission to perform this operation. | RAM用户无权限执行此操作。 |
访问错误中心查看更多错误码。