调用DiscribeSmartAccessGatewayDiagnosisReport接口查询智能接入网关SAG(Smart Access Gateway)设备诊断报告。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
smartag:DiscribeSmartAccessGatewayDiagnosisReport | Read |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SmartAGId | string | 是 | 智能接入网关实例 ID。 | sag-1um5x5nwhilymw**** |
SmartAGSn | string | 是 | 智能接入网关设备序列号。 | sage62x022502**** |
RegionId | string | 是 | 智能接入网关实例所属地域 ID。 您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-shanghai |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "D7D6E3AB-D41A-42E3-8D4E-97B145F4B7C3",
"DiagnoseResult": {
"Percent": 100,
"SN": "sag42c3****",
"DiagnoseId": "dia-sag42c3t703trh02olv5rf****",
"State": "finished",
"UserLevel": "user",
"BoxVersion": "2.1.0",
"InstanceId": "sag-0nnteglltw6z4b***",
"BoxType": "sag-1000",
"MonitorVersion": "2.0.2.9",
"FinishedNumber": 15,
"Details": [
{
"Type": "config",
"Items": [
{
"Type": "config",
"EndTime": 1602741570596,
"StartTime": 1602741570567,
"CN": {
"Advice": [
"请先检查专线端口链路接线,然后进入本地“专线管理”页面进行配置。"
],
"ItemName": "专线口配置检查",
"ItemLevel": "正常",
"ItemType": "配置",
"Details": [
"所有专线端口存在链路异常或缺少端口IP:端口4"
]
},
"ItemName": "eccConfigCheck",
"EN": {
"Advice": [
"Check the physical connections to all Express connect ports and configure these ports on the 'Physical connection port' page."
],
"ItemName": "Express Connect Port Configuration",
"ItemLevel": "ERROR",
"ItemType": "Config",
"Details": [
"The connection states of all Express connect ports are down and no IP address is specified for these ports: Port4"
]
},
"Level": "error"
}
],
"Statistics": {
"Warning": 2,
"Error": 5,
"Total": 10,
"Info": 3
}
}
],
"UId": "1688000000000000",
"EndTime": 160274157,
"StartTime": 160274157,
"StoreType": "both",
"ReportSLSSuccess": 0,
"TotalNumber": 15,
"Level": {
"Configuration": "info",
"Total": "error",
"Biz": "warning"
},
"Statistics": {
"Warning": 3,
"Error": 2,
"Total": 10,
"Info": 5
}
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | MissingParameter | The input parameter is missing, please check your input. | 输入参数缺失,请检查您的输入。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史