GET /v2/spaces/a8e5c73a-301f-4a58-ba8b-e1e7258a11b5/service_instances
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space |
|
|
return_user_provided_service_instances | When 'true', include user provided service instances. |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name, space_guid, service_plan_guid, service_binding_guid, gateway_name, organization_guid |
|
|
page | Page of results to fetch |
|
|
results-per-page | Number of results per page |
|
|
order-direction | Order of the results: asc (default) or desc |
|
|
inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
orphan-relations | 0 - de-duplicate object entries in response |
|
|
exclude-relations | comma-delimited list of relations to drop from response |
|
|
include-relations | comma-delimited list of the only relations to include in response |
|
|
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg2IiwiZW1haWwiOiJlbWFpbC02MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI3NDgwODQ0fQ.VmCJvJty--efhffCs_fsHEYL5Osj5cs7ElkeWh_EF5g Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/a8e5c73a-301f-4a58-ba8b-e1e7258a11b5/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg2IiwiZW1haWwiOiJlbWFpbC02MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI3NDgwODQ0fQ.VmCJvJty--efhffCs_fsHEYL5Osj5cs7ElkeWh_EF5g" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "b52f977e-8a7b-433c-9992-89d4ae680a3d", "url": "/v2/service_instances/b52f977e-8a7b-433c-9992-89d4ae680a3d", "created_at": "2015-03-20T18:27:24Z", "updated_at": null }, "entity": { "name": "name-223", "credentials": { "creds-key-139": "creds-val-139" }, "service_plan_guid": "91675032-9ef2-44ed-8622-6575dfed36f4", "space_guid": "a8e5c73a-301f-4a58-ba8b-e1e7258a11b5", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "space_url": "/v2/spaces/a8e5c73a-301f-4a58-ba8b-e1e7258a11b5", "service_plan_url": "/v2/service_plans/91675032-9ef2-44ed-8622-6575dfed36f4", "service_bindings_url": "/v2/service_instances/b52f977e-8a7b-433c-9992-89d4ae680a3d/service_bindings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 87588cf6-9948-4322-a83f-476ba4441b64 Content-Length: 1022 X-Content-Type-Options: nosniff