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.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MiIsImVtYWlsIjoiZW1haWwtMjQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDB9.NPMOb5ebNHxuzpcYpZYsQzDg_vtilbvzFp-7LZBqxCQ Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/config/feature_flags/app_scaling" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MiIsImVtYWlsIjoiZW1haWwtMjQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDB9.NPMOb5ebNHxuzpcYpZYsQzDg_vtilbvzFp-7LZBqxCQ" \ -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: 53f38bb7-4ec2-4c5a-8ec9-6b6af77e40b3 Content-Length: 120 X-Content-Type-Options: nosniff