Describes a single auto scaling policy for an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DescribeApplicationScalingRule |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/sam/scale/applicationScalingRule HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. |
a0d2e04c-159d-40a8-b240-d2f2c263**** |
| ScalingRuleName |
string |
Yes |
The name of the auto scaling policy. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned information. |
||
| RequestId |
string |
The request ID. |
73404D3D-EE4F-4CB2-B197-5C46F6A1**** |
| TraceId |
string |
The trace ID. Use this ID to query the details of a request. |
0b57ff7e16243300839193068e**** |
| Data |
object |
The returned data. |
|
| Timer |
object |
The scheduled scaling policy. |
|
| EndDate |
string |
The end date of a short-term scheduled scaling policy. The following list describes the valid values:
|
2021-04-25 |
| BeginDate |
string |
The start date of a short-term scheduled scaling policy. The following list describes the valid values:
|
2021-03-25 |
| Schedules |
array<object> |
The points in time when the auto scaling 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. |
2 |
| MinReplicas |
integer |
The minimum number of instances. |
1 |
| MaxReplicas |
integer |
The maximum number of instances. |
10 |
| Period |
string |
The period in which the scheduled scaling policy is executed. Valid values:
|
* * * |
| UpdateTime |
integer |
The time when the auto scaling policy was updated. Unit: milliseconds. |
1624330075827 |
| AppId |
string |
The application ID. |
a0d2e04c-159d-40a8-b240-d2f2c263**** |
| CreateTime |
integer |
The time when the auto scaling policy was created. Unit: milliseconds. |
1624329843790 |
| 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 metric that is used to trigger the auto scaling policy. Valid values:
|
CPU |
| SlbProject |
string |
The SLB access log Project. |
test |
| SlbLogstore |
string |
The SLB access log Logstore. |
test |
| Vport |
string |
The port of the SLB instance. |
80 |
| SlbId |
string |
The ID of the SLB instance. |
lb-xxx |
| MetricsStatus |
object |
The status of the metric-based scaling policy. |
|
| DesiredReplicas |
integer |
The target number of instances. |
2 |
| NextScaleTimePeriod |
integer |
The period of the next 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 data of the current metric-based scaling. |
|
|
object |
The metric data. |
||
| Type |
string |
The type of the metric. This parameter is associated with the monitoring metric.
|
Resource |
| CurrentValue |
integer |
The current value. |
0 |
| Name |
string |
The name of the metric.
|
cpu |
| NextScaleMetrics |
array<object> |
The list of metrics for the next scaling activity. |
|
|
object |
The metric data. |
||
| NextScaleOutAverageUtilization |
integer |
The metric threshold for the next scale-out. The value is a percentage. |
21 |
| NextScaleInAverageUtilization |
integer |
The metric threshold for the next scale-in. The value is a percentage. |
10 |
| Name |
string |
The name of the metric.
|
cpu |
| MaxReplicas |
integer |
The maximum number of instances. |
3 |
| MinReplicas |
integer |
The minimum number of instances. |
1 |
| ScaleUpRules |
object |
The scale-out rules. |
|
| Step |
integer |
The scaling step size for scale-outs. The maximum number of instances that can be added at a time. |
100 |
| StabilizationWindowSeconds |
integer |
The cooldown period for scale-outs. The value can be an integer from 0 to 3600. Unit: seconds. Default value: 0. |
300 |
| Disabled |
boolean |
Indicates whether scale-in is disabled. Valid values:
Note
If you enable this feature, the application is never scaled in. This prevents business risks that are caused by scale-ins during peak hours. By default, this feature is disabled. |
false |
| ScaleDownRules |
object |
The scale-in rules. |
|
| Step |
integer |
The scaling step size for scale-ins. The maximum number of instances that can be removed at a time. |
100 |
| StabilizationWindowSeconds |
integer |
The cooldown period for scale-ins. The value can be an integer from 0 to 3600. Unit: seconds. Default value: 0. |
300 |
| Disabled |
boolean |
Indicates whether scale-in is disabled. Valid values:
Note
If you enable this feature, the application is never scaled in. This prevents business risks that are caused by scale-ins during peak hours. By default, this feature is disabled. |
false |
| ScaleRuleName |
string |
The name of the auto scaling policy. |
test |
| MinReadyInstances |
integer |
The minimum number of ready instances. Valid values:
Note
Set the minimum number of ready instances to a value greater than or equal to 1 for each rolling deployment to ensure business continuity. |
1 |
| MinReadyInstanceRatio |
integer |
The percentage of the minimum number of ready instances. Valid values:
Note
If you specify both MinReadyInstances and MinReadyInstanceRatio, and the value of MinReadyInstanceRatio is not -1, the value of MinReadyInstanceRatio prevails. For example, if MinReadyInstances is set to 5 and MinReadyInstanceRatio is set to 50, the value 50 is used to calculate the minimum number of ready instances. |
-1 |
| Message |
string |
The additional information. Valid values:
|
success |
| ErrorCode |
string |
The error code. Valid values:
|
空 |
| Code |
string |
The HTTP status code or a POP error code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the application instance was successfully restarted.
|
true |
Examples
Success response
JSON format
{
"RequestId": "73404D3D-EE4F-4CB2-B197-5C46F6A1****",
"TraceId": "0b57ff7e16243300839193068e****",
"Data": {
"Timer": {
"EndDate": "2021-04-25",
"BeginDate": "2021-03-25",
"Schedules": [
{
"AtTime": "08:00",
"TargetReplicas": 2,
"MinReplicas": 1,
"MaxReplicas": 10
}
],
"Period": "* * *"
},
"UpdateTime": 1624330075827,
"AppId": "a0d2e04c-159d-40a8-b240-d2f2c263****",
"CreateTime": 1624329843790,
"LastDisableTime": 1641882854484,
"ScaleRuleEnabled": true,
"ScaleRuleType": "timing",
"Metric": {
"Metrics": [
{
"MetricTargetAverageUtilization": 20,
"MetricType": "CPU",
"SlbProject": "test",
"SlbLogstore": "test",
"Vport": "80",
"SlbId": "lb-xxx"
}
],
"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,
"ScaleUpRules": {
"Step": 100,
"StabilizationWindowSeconds": 300,
"Disabled": false
},
"ScaleDownRules": {
"Step": 100,
"StabilizationWindowSeconds": 300,
"Disabled": false
}
},
"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.