When enabled, space developers can perform scaling operations (i.e. change memory, disk or instances). When disabled, only admins can perform scaling operations.
GET /v2/config/feature_flags/app_scaling
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3NyIsImVtYWlsIjoiZW1haWwtMTIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDE2NjI2MDN9.Y7whdqXu0pua6cRJq4JszfUvpreYLY438QdaeAZ3NqA Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/config/feature_flags/app_scaling" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3NyIsImVtYWlsIjoiZW1haWwtMTIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDE2NjI2MDN9.Y7whdqXu0pua6cRJq4JszfUvpreYLY438QdaeAZ3NqA" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "name": "app_scaling", "enabled": true, "error_message": null, "url": "/v2/config/feature_flags/app_scaling" }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 4327515e-fc5b-46d6-9ce1-0bfaadb0e6b9 Content-Length: 120 X-Content-Type-Options: nosniff