rpaas
Update the reverse proxy instance autoscaling parameters
put/resources/{instance}/autoscale
Request body
Example request
{
"minReplicas": 3,
"maxReplicas": 100,
"cpu": 95,
"memory": 80,
"rps": 100,
"schedules": [
{
"minReplicas": 10,
"start": "00 20 * * * 1-5",
"end": "00 00 * * * 1-5",
"timezone": "America/Sao_Paulo"
}
],
"behavior": {
"scaleDown": {
"stabilizationWindowSeconds": 300,
"unitsPolicyValue": 3,
"percentPolicyValue": 30
}
}
}Response
Succesfully updated