GET /v2/spaces/4dad57fb-003c-4bb7-a96d-873e73095c19/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.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MCIsImVtYWlsIjoiZW1haWwtMTgzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NTB9.JuVm7mWLAC4Z4nG0YwfvlWQ4Ua2mC38JP9TpPA4N-Hk Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/4dad57fb-003c-4bb7-a96d-873e73095c19/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MCIsImVtYWlsIjoiZW1haWwtMTgzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NTB9.JuVm7mWLAC4Z4nG0YwfvlWQ4Ua2mC38JP9TpPA4N-Hk" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "65a1cc1b-3b7f-428c-8c1f-afd9589abdf3", "url": "/v2/service_instances/65a1cc1b-3b7f-428c-8c1f-afd9589abdf3", "created_at": "2015-03-05T19:15:50Z", "updated_at": null }, "entity": { "name": "name-746", "credentials": { "creds-key-394": "creds-val-394" }, "service_plan_guid": "a6b29a73-1dbe-46fc-8c6c-5cef4f4c8ca0", "space_guid": "4dad57fb-003c-4bb7-a96d-873e73095c19", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "space_url": "/v2/spaces/4dad57fb-003c-4bb7-a96d-873e73095c19", "service_plan_url": "/v2/service_plans/a6b29a73-1dbe-46fc-8c6c-5cef4f4c8ca0", "service_bindings_url": "/v2/service_instances/65a1cc1b-3b7f-428c-8c1f-afd9589abdf3/service_bindings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 8c38043a-b273-4057-899a-60c5791e533e Content-Length: 1022 X-Content-Type-Options: nosniff