1. Interface Description
Interface request domain name: as.api3.convergecloud.com.
This API (DescribeAutoScalingActivities) is used to query the activity history of an auto scaling group.
Default interface request rate limit: 20 times per second.
Interface update time: 2019-10-31 17:05:09.
The interface only verifies the signature but does not authenticate.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: DescribeAutoScalingActivities |
| Version | Yes | No | String | Public parameter, The value of this interface: 2018-04-19 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| ActivityIds | No | No | Array of String | ID of one or more scaling activities to query, such as asa-5l2ejpfo. You can specify a maximum of 100 scaling activity IDs in each request. ActivityIds and Filters cannot be specified at the same time.Example: ["asa-aaaabbbb"] |
| Filters | No | No | Array of Filter | Filter conditions. |
| Limit | No | No | Uint64 | Number of returned items. Default value: 20. Maximum value: 100. For more information on Limit, see the relevant section in API Introduction.Example: 100 |
| Offset | No | No | Uint64 | Offset. Default value: 0. For more information on Offset, see the relevant section in API Introduction.Example: 0 |
| StartTime | No | No | Datetime_iso | Earliest start time of the scaling activity. If ActivityIds is specified, this parameter is ignored. Set the value to a UTC time in the format of YYYY-MM-DDThh:mm:ssZ according to the ISO8601 standard.Example: 2014-08-03T12:00:00+08:00 |
| EndTime | No | No | Datetime_iso | Latest end time of the scaling activity. If ActivityIds is specified, this parameter is ignored. Set the value to a UTC time in the format of YYYY-MM-DDThh:mm:ssZ according to the ISO8601 standard.Example: 2014-08-03T12:00:00+08:00 |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| TotalCount | Uint64 | Number of scaling activities that meet the specified conditions. Example: 1 |
| ActivitySet | Array of Activity | Information set of the scaling activities that meet the specified conditions. Example:View |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameter.Conflict | Multiple parameters specified conflict and cannot co-exist. |
| InvalidParameterValue.Filter | Invalid filter. |
| InvalidParameterValue.LimitExceeded | The value exceeds the limit. |
| InternalError | Internal error. |