When enabled, a space developer can create service instances in a space. When disabled, only admin users can create service instances.
GET /v2/config/feature_flags/service_instance_creation
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1MyIsImVtYWlsIjoiZW1haWwtOTFAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQzMzk4MTEwNX0.xDE_XObvvwtO3St_M9Cq_yeCuCMUoP_D_9DJ8kfQnL4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/config/feature_flags/service_instance_creation" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1MyIsImVtYWlsIjoiZW1haWwtOTFAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQzMzk4MTEwNX0.xDE_XObvvwtO3St_M9Cq_yeCuCMUoP_D_9DJ8kfQnL4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "name": "service_instance_creation", "enabled": true, "error_message": null, "url": "/v2/config/feature_flags/service_instance_creation" }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 1f9eaf5d-febb-4f4f-8dbf-18a2677cc32f Content-Length: 148 X-Content-Type-Options: nosniff