tencent cloud

Feedback

ListAggregateConfigRules

Last updated: 2024-12-02 15:06:10

1. API Description

Domain name for API request: config.intl.tencentcloudapi.com.

This API is used to get the account group rule list.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: ListAggregateConfigRules.
Version Yes String Common Params. The value used for this API: 2022-08-02.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
Limit Yes Integer Specifies the limit per page.
Offset Yes Integer Offset.
AccountGroupId Yes String Account group ID
OrderType No String Sort type, descending: desc, ascending: asc.
RiskLevel.N No Array of Integer Risk level

1: High risk.
2: Medium risk.
3: Low risk.
State No String Rule status
ComplianceResult.N No Array of String Evaluation result
RuleName No String Name of the rule
RuleOwnerId No Integer Rule ownership account ID

3. Output Parameters

Parameter Name Type Description
Total Integer Total number
Items Array of ConfigRule Details
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Getting Rule List of Account Group

This example shows you how to get the rule list of an account group.

Input Example

POST / HTTP/1.1
Host: config.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListAggregateConfigRules
<Common request parameters>



{
    "Offset": 0,
    "Limit": 10,
    "OrderType": "",
    "RiskLevel": [],
    "State": "ACTIVE",
    "ComplianceResult": [
        "abc"
    ],
    "RuleName": "",
    "RuleOwnerId": 1,
    "AccountGroupId": "ca-sdfs7734h24h3"
}

Output Example

{
    "Response": {
        "RequestId": "149e116a-90ef-45f3-9d5d-3d77fd1c9eb3",
        "Items": [
            {
                "RegionsScope": [
                    "ap-shanghai"
                ],
                "TagsScope": [
                    {
                        "TagKey": "tag1",
                        "TagValue": "tag2"
                    }
                ],
                "ExcludeResourceIdsScope": [
                    "ins-asdasd"
                ],
                "Annotation": null,
                "CompliancePackId": "cp-xzfz0vu007feuhwi8auv",
                "CompliancePackName": "Compliance 1"
                "ComplianceResult": "NON_COMPLIANT",
                "ConfigRuleId": "cr-13vkg9c31dixgabkepxe",
                "ConfigRuleInvokedTime": null,
                "CreateTime": "2022-11-16 14:25:01",
                "Description": "The rule is met if the user in account access management is associated with at least one user group."
                "Identifier": "cam-user-group-bound",
                "IdentifierType": "SYSTEM",
                "InputParameter": [],
                "Labels": [],
                "ManageInputParameter": [],
                "ResourceType": [
                    "QCS::CAM::User"
                ],
                "RiskLevel": 3,
                "RuleName": "Associate CAM Sub-user with User Group"
                "ServiceFunction": null,
                "SourceCondition": [
                    {
                        "DesiredValue": "1",
                        "EmptyAs": "COMPLIANT",
                        "Operator": "GreaterOrEquals",
                        "Required": false,
                        "SelectPath": "$User.GroupBindNum"
                    }
                ],
                "Status": "ACTIVE",
                "TriggerType": [
                    {
                        "MaximumExecutionFrequency": "TwentyFour_Hours",
                        "MessageType": "ScheduledNotification"
                    }
                ]
            }
        ],
        "Total": 1
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InvalidParameter Parameter error.
ResourceNotFound.AccountGroupIsNotExist Account group does not exist.