Queries the aggregation types of system defense rules.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListSystemRuleAggregationTypes |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the content within the request and response. Default value: zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The ID of the request, which is used to locate and troubleshoot issues. |
1427F3BE-8A7E-57F9-BD4E-590B00D2**** |
| AggregationTypeList |
array<object> |
An array that consists of the aggregation types. |
|
|
object |
The aggregation type. |
||
| Id |
integer |
The ID of the aggregation type. |
1 |
| Name |
string |
The name of the aggregation type. |
Remote control**** |
Examples
Success response
JSON format
{
"RequestId": "1427F3BE-8A7E-57F9-BD4E-590B00D2****",
"AggregationTypeList": [
{
"Id": 1,
"Name": "Remote control****"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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 | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.