cURL
curl --request GET \ --url https://api.bunny.net/mc/apps/{appId}/autoscaling \ --header 'AccessKey: <api-key>'
{ "min": 1, "max": 10 }
Retrieves the current autoscaling settings for an application, including minimum and maximum replica counts.
Please enter a valid personal API key.
The ID of the application
Autoscaling settings retrieved successfully.
1 <= x <= 1000
1
10
Was this page helpful?