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
}