GET /v2/spaces/b155e3d2-c12c-4c40-85d8-5ecb75de2984/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, service_key_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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzNiIsImVtYWlsIjoiZW1haWwtMjMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYyMTB9.5XFPb3ovjZbqJM0cVkTVHv3a9mry38G5YJ-MF6Q9k_k Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/b155e3d2-c12c-4c40-85d8-5ecb75de2984/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzNiIsImVtYWlsIjoiZW1haWwtMjMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYyMTB9.5XFPb3ovjZbqJM0cVkTVHv3a9mry38G5YJ-MF6Q9k_k" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "8d155f63-7f11-4e1e-9113-7c7c3d309c0d", "url": "/v2/service_instances/8d155f63-7f11-4e1e-9113-7c7c3d309c0d", "created_at": "2015-08-06T00:36:50Z", "updated_at": null }, "entity": { "name": "name-1982", "credentials": { "creds-key-498": "creds-val-498" }, "service_plan_guid": "33813410-079f-4208-b380-548f867a78ba", "space_guid": "b155e3d2-c12c-4c40-85d8-5ecb75de2984", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "tags": [ ], "space_url": "/v2/spaces/b155e3d2-c12c-4c40-85d8-5ecb75de2984", "service_plan_url": "/v2/service_plans/33813410-079f-4208-b380-548f867a78ba", "service_bindings_url": "/v2/service_instances/8d155f63-7f11-4e1e-9113-7c7c3d309c0d/service_bindings", "service_keys_url": "/v2/service_instances/8d155f63-7f11-4e1e-9113-7c7c3d309c0d/service_keys" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 88ba5b11-6383-4e4a-acc2-36f66e6bd3c3 Content-Length: 1156 X-Content-Type-Options: nosniff