GET /v2/spaces/a357fe9f-53c8-48cd-bf1b-ed5a5a2e6df3/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.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMiIsImVtYWlsIjoiZW1haWwtMTYwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2Njh9.B7SbekwyC7qNStuY3KtdByyMmr0-OK3-zFJlYOO-YP8 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/a357fe9f-53c8-48cd-bf1b-ed5a5a2e6df3/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMiIsImVtYWlsIjoiZW1haWwtMTYwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2Njh9.B7SbekwyC7qNStuY3KtdByyMmr0-OK3-zFJlYOO-YP8" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "44e68271-1224-47f6-956d-3e61221ab63b", "url": "/v2/service_instances/44e68271-1224-47f6-956d-3e61221ab63b", "created_at": "2015-03-03T00:51:08Z", "updated_at": null }, "entity": { "name": "name-1297", "credentials": { "creds-key-344": "creds-val-344" }, "service_plan_guid": "f68f6ded-14f4-46ea-8d0a-8cbc0bde769a", "space_guid": "a357fe9f-53c8-48cd-bf1b-ed5a5a2e6df3", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "space_url": "/v2/spaces/a357fe9f-53c8-48cd-bf1b-ed5a5a2e6df3", "service_plan_url": "/v2/service_plans/f68f6ded-14f4-46ea-8d0a-8cbc0bde769a", "service_bindings_url": "/v2/service_instances/44e68271-1224-47f6-956d-3e61221ab63b/service_bindings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 8ba4a457-d362-42fa-8f1d-20d0c60a5559 Content-Length: 1023 X-Content-Type-Options: nosniff