获取系统规则聚类的详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:ListSystemAggregationRules |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| 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 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。