Skip to main content
GET
/
apps
/
{appId}
/
autoscaling
Get Application Autoscaling
curl --request GET \
  --url https://api.bunny.net/mc/apps/{appId}/autoscaling \
  --header 'AccessKey: <api-key>'
{
  "min": 1,
  "max": 10
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

appId
string
required

The ID of the application

Response

Autoscaling settings retrieved successfully.

min
integer<int32>
required
Required range: 1 <= x <= 1000
Example:

1

max
integer<int32>
required
Required range: 1 <= x <= 1000
Example:

10