v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
AutoscalingSettings

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.

mininteger required
maxinteger required

Example response

{
  "min": 1,
  "max": 10
}