tencent cloud

Feedback

DescribeAutoScalingAdvices

Last updated: 2024-03-20 11:37:49

    1. API Description

    Domain name for API request: as.tencentcloudapi.com.

    This API is used to query suggestions for scaling group configurations.

    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: DescribeAutoScalingAdvices.
    Version Yes String Common Params. The value used for this API: 2018-04-19.
    Region No String Common Params. This parameter is not required for this API.
    AutoScalingGroupIds.N Yes Array of String List of scaling groups to be queried. Upper limit: 100.

    3. Output Parameters

    Parameter Name Type Description
    AutoScalingAdviceSet Array of AutoScalingAdvice A collection of suggestions for scaling group configurations.
    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 Querying configuration risks and suggestions for a scaling group

    This example shows you how to query the configuration risks and suggestions for the scaling group asg-2pvrsyog.

    Input Example

    POST / HTTP/1.1
    Host: as.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: DescribeAutoScalingAdvices
    <Common Request Parameters>
    
    {
        "AutoScalingGroupIds": [
            "asg-2pvrsyog"
        ]
    }
    

    Output Example

    {
        "Response": {
            "AutoScalingAdviceSet": [
                {
                    "AutoScalingGroupId": "asg-2pvrsyog",
                    "Level": "WARNING",
                    "Advices": [
                        {
                            "Problem": "InvalidInstanceType",
                            "Solution": "It is recommended to replace the invalid instance type.",
                            "Detail": "Instance Type `S2.MEDIUM4`(`POSTPAID_BY_HOUR`) in `ap-guangzhou-1` is invalid.",
                            "Level": "WARNING"
                        },
                        {
                            "Problem": "InvalidInstanceType",
                            "Solution": "It is recommended to replace the invalid instance type.",
                            "Detail": "Instance Type `S2.MEDIUM4`(`POSTPAID_BY_HOUR`) in `ap-guangzhou-4` is invalid.",
                            "Level": "WARNING"
                        }
                    ]
                }
            ],
            "RequestId": "5f7c48b7-222b-4f13-ae5e-978716b49f1c"
        }
    }
    

    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
    InternalError An internal error occurred.
    InvalidParameter.ActionNotFound Invalid Action request.
    InvalidParameterValue.LimitExceeded The value exceeds the limit.
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support