Feature Flags API

Get the App Scaling feature flag

GET /v2/config/feature_flags/app_scaling

When enabled, space developers can perform scaling operations (i.e. change memory, disk or instances). When disabled, only admins can perform scaling operations.

Request

Route

GET /v2/config/feature_flags/app_scaling

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MiIsImVtYWlsIjoiZW1haWwtMjQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDB9.NPMOb5ebNHxuzpcYpZYsQzDg_vtilbvzFp-7LZBqxCQ
Host: example.org
Cookie: 

cURL

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: "

Response

Status

200 OK

Body

{
  "name": "app_scaling",
  "enabled": true,
  "error_message": null,
  "url": "/v2/config/feature_flags/app_scaling"
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 53f38bb7-4ec2-4c5a-8ec9-6b6af77e40b3
Content-Length: 120
X-Content-Type-Options: nosniff