v1
latestOpenAPI 3.0.42026-07-26263457588.1 KBAutoscalingSettings
Get Application Autoscaling
Retrieves the current autoscaling settings for an application, including minimum and maximum replica counts.
get/apps/{appId}/autoscaling
Path parameters
appIdstring required
The ID of the application
Response
Autoscaling settings retrieved successfully.
Example response
{
"min": 1,
"max": 10
}