Descreve uma única política de auto scaling para uma aplicação.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
sae:DescribeApplicationScalingRule |
get |
*All Resource
|
Nenhuma | Nenhuma |
Sintaxe da solicitação
GET /pop/v1/sam/scale/applicationScalingRule HTTP/1.1
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| AppId |
string |
Sim |
O ID da aplicação. |
a0d2e04c-159d-40a8-b240-d2f2c263**** |
| ScalingRuleName |
string |
Sim |
O nome da política de auto scaling. |
test |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
As informações retornadas. |
||
| RequestId |
string |
O ID da solicitação. |
73404D3D-EE4F-4CB2-B197-5C46F6A1**** |
| TraceId |
string |
O ID de rastreamento. Use este ID para consultar os detalhes de uma solicitação. |
0b57ff7e16243300839193068e**** |
| Data |
object |
Os dados retornados. |
|
| Timer |
object |
A política de escalonamento agendado. |
|
| 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 |
A hora em que a política de auto scaling foi atualizada. Unidade: milissegundos. |
1624330075827 |
| AppId |
string |
O ID da aplicação. |
a0d2e04c-159d-40a8-b240-d2f2c263**** |
| CreateTime |
integer |
A hora em que a política de auto scaling foi criada. Unidade: milissegundos. |
1624329843790 |
| LastDisableTime |
integer |
A hora em que a política de auto scaling foi desativada pela última vez. |
1641882854484 |
| ScaleRuleEnabled |
boolean |
Indica se a política de auto scaling está ativada. Valores válidos:
|
true |
| ScaleRuleType |
string |
O tipo da política de auto scaling. Valores válidos:
|
timing |
| Metric |
object |
A política de escalonamento baseado em métricas. |
|
| 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:
Nota
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:
Nota
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 |
O nome da política de auto scaling. |
test |
| MinReadyInstances |
integer |
O número mínimo de instâncias prontas. Valores válidos:
Nota
Defina o número mínimo de instâncias prontas com um valor maior ou igual a 1 para cada implantação rolling para garantir a continuidade dos negócios. |
1 |
| MinReadyInstanceRatio |
integer |
A porcentagem do número mínimo de instâncias prontas. Valores válidos:
Nota
Se você especificar MinReadyInstances e MinReadyInstanceRatio, e o valor de MinReadyInstanceRatio não for -1, o valor de MinReadyInstanceRatio prevalecerá. Por exemplo, se MinReadyInstances estiver definido como 5 e MinReadyInstanceRatio estiver definido como 50, o valor 50 será usado para calcular o número mínimo de instâncias prontas. |
-1 |
| Message |
string |
As informações adicionais. Valores válidos:
|
success |
| ErrorCode |
string |
O código de erro. Valores válidos:
|
|
| Code |
string |
O código de status HTTP ou um código de erro POP. Valores válidos:
|
200 |
| Success |
boolean |
Indica se a instância da aplicação foi reiniciada com sucesso.
|
true |
Exemplos
Resposta de sucesso
JSON formato
{
"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
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.