取得系統規則聚類的詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:ListSystemAggregationRules |
get |
*All Resource
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Lang |
string |
否 |
指定請求和接收訊息的語言類型,預設值為 zh。取值:
|
zh |
| RuleName |
string |
否 |
規則名稱。 |
规则**** |
| CurrentPage |
integer |
是 |
分頁查詢時,顯示的目前頁的頁碼。 |
1 |
| PageSize |
integer |
是 |
分頁查詢時,顯示的每頁資料的最大筆數。 |
20 |
| RuleTypes |
array |
否 |
規則類型列表。 |
|
|
integer |
否 |
規則類型。取值:
|
1 |
|
| SystemType |
integer |
否 |
作業系統類型。取值:
|
0 |
| AggregationIds |
array |
否 |
規則聚類 ID。 |
|
|
integer |
否 |
規則聚類 ID。 |
1 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
查詢結果。 |
||
| RequestId |
string |
本次呼叫請求的 ID,是由阿里雲為該請求生成的唯一識別碼,可用於排查和定位問題。 |
6800B790-B10A-5C2F-BEB3-F1D5CE61**** |
| PageInfo |
object |
查詢結果的分頁資訊。 |
|
| CurrentPage |
integer |
分頁查詢時,目前頁的頁碼。 |
1 |
| PageSize |
integer |
分頁查詢時,每頁最多顯示的資料筆數。 |
20 |
| TotalCount |
integer |
總筆數。 |
30 |
| AggregationList |
array<object> |
結果列表。 |
|
|
object |
結果列表。 |
||
| Id |
integer |
規則聚類的 ID。 |
1 |
| RuleCount |
integer |
該聚類對應的規則數。 |
0 |
| Name |
string |
規則聚類名稱。 |
远程控制**** |
樣本
正常返回樣本
JSON格式
{
"RequestId": "6800B790-B10A-5C2F-BEB3-F1D5CE61****",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 30
},
"AggregationList": [
{
"Id": 1,
"RuleCount": 0,
"Name": "远程控制****"
}
]
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。