获取客户端问题诊断的分类列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeClientProblemType |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| Lang |
string |
否 |
请求和接收消息的语言类型,默认值 zh。取值:
|
zh |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| CurrentPage |
integer |
返回结果中显示的当前页码。 |
1 |
| PageSize |
integer |
分页查询时,每页显示的数据的最大条数。默认值为 20。 |
20 |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
D65AADFC-1D20-5A6A-8F6A-9FA53CXXXXX |
| TotalCount |
integer |
查询到的客户端问题列表总条数。 |
21 |
| Count |
integer |
当前页显示的数据条数。 |
4 |
| ProblemTypes |
array<object> |
诊断类型的列表。 |
|
|
object |
|||
| problemId |
string |
诊断问题分类的 ID。 |
4 |
| problemType |
string |
诊断问题分类名称。 |
high_cpu |
| problemDetail |
string |
诊断问题分类详情描述。 |
Server Guard Agent Offline |
示例
正常返回示例
JSON格式
{
"CurrentPage": 1,
"PageSize": 20,
"RequestId": "D65AADFC-1D20-5A6A-8F6A-9FA53CXXXXX",
"TotalCount": 21,
"Count": 4,
"ProblemTypes": [
{
"problemId": "4",
"problemType": "high_cpu",
"problemDetail": "Server Guard Agent Offline"
}
]
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?