取得用戶端問題診斷的分類列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeClientProblemType |
get |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| 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 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。