Describes the Auto Scaling policies for an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DescribeApplicationScalingRules |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/sam/scale/applicationScalingRules HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. |
7171a6ca-d1cd-4928-8642-7d5cfe69**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned message. |
||
| RequestId |
string |
The request ID. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| TraceId |
string |
The trace ID that is used to query the details of the request. |
0a98a02315955564772843261e**** |
| Data |
object |
The returned data. |
|
| CurrentPage |
integer |
The current page number. |
1 |
| TotalSize |
integer |
The total number of Auto Scaling policies. |
3 |
| PageSize |
integer |
The number of entries per page. |
10 |
| ApplicationScalingRules |
array<object> |
The list of Auto Scaling policies. |
|
|
array<object> |
The Auto Scaling policy. |
||
| Timer |
object |
The scheduled scaling policy. |
|
| EndDate |
string |
The end date of the scheduled scaling policy. The following rules apply:
|
2021-04-25 |
| BeginDate |
string |
The start date of the scheduled scaling policy. The following rules apply:
|
2021-03-25 |
| Schedules |
array<object> |
The points in time when the policy is triggered within a day. |
|
|
object |
The data of a point in time. |
||
| AtTime |
string |
The point in time. Format: HH:mm. |
08:00 |
| TargetReplicas |
integer |
The target number of instances. |
3 |
| MaxReplicas |
integer |
The maximum number of instances. |
50 |
| MinReplicas |
integer |
The minimum number of instances. |
1 |
| Period |
string |
The period in which the scheduled scaling policy is executed. Valid values:
|
* * * |
| TimeZone |
string |
||
| UpdateTime |
integer |
The time when the Auto Scaling policy was last updated. Unit: milliseconds. |
1616642248938 |
| AppId |
string |
The application ID. |
7171a6ca-d1cd-4928-8642-7d5cfe69**** |
| CreateTime |
integer |
The time when the Auto Scaling policy was created. Unit: milliseconds. |
1616642248938 |
| LastDisableTime |
integer |
The time when the Auto Scaling policy was last disabled. |
1641882854484 |
| ScaleRuleEnabled |
boolean |
Indicates whether the Auto Scaling policy is enabled. Valid values:
|
true |
| ScaleRuleType |
string |
The type of the Auto Scaling policy. Valid values:
|
timing |
| Metric |
object |
The metric-based scaling policy. |
|
| Metrics |
array<object> |
The list of metric-based scaling policies. |
|
|
object |
The metric data. |
||
| MetricTargetAverageUtilization |
integer |
The target value of the metric.
|
20 |
| MetricType |
string |
The trigger condition of the metric. Valid values:
|
CPU |
| SlbProject |
string |
The project of the SLB access log. |
test |
| SlbLogstore |
string |
The Logstore of the SLB access log. |
test |
| Vport |
string |
The port of the SLB instance. |
80 |
| SlbId |
string |
The ID of the SLB instance. |
lb-xxx |
| PrometheusMetrics |
array<object> |
||
|
object |
|||
| PrometheusQuery |
string |
||
| TargetMetricValue |
string |
||
| MetricsStatus |
object |
The status of the metric-based scaling policy. |
|
| DesiredReplicas |
integer |
The target number of instances. |
2 |
| NextScaleTimePeriod |
integer |
The next period for metric-based scaling. |
3 |
| CurrentReplicas |
integer |
The current number of instances. |
2 |
| LastScaleTime |
string |
The time of the last scaling activity. |
2022-01-11T08:14:32Z |
| CurrentMetrics |
array<object> |
The list of current metrics for scaling. |
|
|
object |
The metric data. |
||
| Type |
string |
The data type. This parameter is associated with the monitoring metric.
|
Resource |
| CurrentValue |
integer |
The current value. |
0 |
| Name |
string |
The name of the trigger condition.
|
cpu |
| NextScaleMetrics |
array<object> |
The list of metrics for the next scaling activity. |
|
|
object |
The metric data. |
||
| NextScaleOutAverageUtilization |
integer |
The metric value that triggers the next scale-out event. The value is a percentage. |
21 |
| NextScaleInAverageUtilization |
integer |
The metric value that triggers the next scale-in event. The value is a percentage. |
10 |
| Name |
string |
The name of the trigger condition.
|
cpu |
| MaxReplicas |
integer |
The maximum number of instances. |
3 |
| MinReplicas |
integer |
The minimum number of instances. |
1 |
| MaxReplicas |
integer |
The maximum number of instances. |
3 |
| MinReplicas |
integer |
The minimum number of instances. |
1 |
| ScaleUpRules |
object |
The rules for scaling out the application. |
|
| Step |
integer |
The scaling step size for scale-out events. The maximum number of instances that can be added in a unit of time. |
100 |
| StabilizationWindowSeconds |
integer |
The cooldown time for scale-out events. Valid values: 0 to 3600. Unit: seconds. The default value is 0. |
300 |
| Disabled |
boolean |
Indicates whether scale-in is disabled. Valid values:
Note
If this parameter is set to true, the number of application instances is never scaled in. This prevents business risks that are caused by unexpected scale-in activities during peak hours. The default value is false. |
false |
| ScaleDownRules |
object |
The rules for scaling in the application. |
|
| Step |
integer |
The scaling step size for scale-in events. The maximum number of instances that can be removed in a unit of time. |
100 |
| StabilizationWindowSeconds |
integer |
The cooldown time for scale-in events. Valid values: 0 to 3600. Unit: seconds. The default value is 0. |
300 |
| Disabled |
boolean |
Indicates whether scale-in is disabled. Valid values:
Note
If this parameter is set to true, the number of application instances is never scaled in. This prevents business risks that are caused by unexpected scale-in activities during peak hours. The default value is false. |
false |
| MetricSource |
string |
||
| PrometheusUrl |
string |
||
| PrometheusToken |
string |
||
| ScaleRuleName |
string |
The name of the Auto Scaling policy. |
test |
| MinReadyInstances |
integer |
The minimum number of available instances. Valid values:
Note
We recommend that you set the minimum number of available instances to a value greater than or equal to 1 to ensure that your business is not interrupted during a rolling deployment. |
1 |
| MinReadyInstanceRatio |
integer |
The percentage of the minimum number of available instances. Valid values:
Note
If you specify both MinReadyInstanceRatio and MinReadyInstances, and the value of MinReadyInstanceRatio is not -1, the value of MinReadyInstanceRatio prevails. For example, if you set MinReadyInstances to 5 and MinReadyInstanceRatio to 50, the minimum number of available instances is calculated based on the value 50. |
-1 |
| Message |
string |
The additional information. Valid values:
|
success |
| ErrorCode |
string |
The error code.
|
空 |
| Code |
string |
The HTTP status code or the error code of the API gateway. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the application instance restart succeeded.
|
true |
Examples
Success response
JSON format
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"CurrentPage": 1,
"TotalSize": 3,
"PageSize": 10,
"ApplicationScalingRules": [
{
"Timer": {
"EndDate": "2021-04-25",
"BeginDate": "2021-03-25",
"Schedules": [
{
"AtTime": "08:00",
"TargetReplicas": 3,
"MaxReplicas": 50,
"MinReplicas": 1
}
],
"Period": "* * *",
"TimeZone": ""
},
"UpdateTime": 1616642248938,
"AppId": "7171a6ca-d1cd-4928-8642-7d5cfe69****",
"CreateTime": 1616642248938,
"LastDisableTime": 1641882854484,
"ScaleRuleEnabled": true,
"ScaleRuleType": "timing",
"Metric": {
"Metrics": [
{
"MetricTargetAverageUtilization": 20,
"MetricType": "CPU",
"SlbProject": "test",
"SlbLogstore": "test",
"Vport": "80",
"SlbId": "lb-xxx"
}
],
"PrometheusMetrics": [
{
"PrometheusQuery": "",
"TargetMetricValue": ""
}
],
"MetricsStatus": {
"DesiredReplicas": 2,
"NextScaleTimePeriod": 3,
"CurrentReplicas": 2,
"LastScaleTime": "2022-01-11T08:14:32Z",
"CurrentMetrics": [
{
"Type": "Resource",
"CurrentValue": 0,
"Name": "cpu"
}
],
"NextScaleMetrics": [
{
"NextScaleOutAverageUtilization": 21,
"NextScaleInAverageUtilization": 10,
"Name": "cpu"
}
],
"MaxReplicas": 3,
"MinReplicas": 1
},
"MaxReplicas": 3,
"MinReplicas": 1,
"ScaleUpRules": {
"Step": 100,
"StabilizationWindowSeconds": 300,
"Disabled": false
},
"ScaleDownRules": {
"Step": 100,
"StabilizationWindowSeconds": 300,
"Disabled": false
},
"MetricSource": "",
"PrometheusUrl": "",
"PrometheusToken": ""
},
"ScaleRuleName": "test",
"MinReadyInstances": 1,
"MinReadyInstanceRatio": -1
}
]
},
"Message": "success",
"ErrorCode": "空",
"Code": "200",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.