GET /v2/spaces/9c2166d3-0fd4-4625-b67e-5676629ecca2/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.eyJ1c2VyX2lkIjoidWFhLWlkLTgzIiwiZW1haWwiOiJlbWFpbC01OEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI3MzIzOTU5fQ.VxW4HaC9v51FFqDS0IbxeAu-YyjBl08qsY0Zxz530mo Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/9c2166d3-0fd4-4625-b67e-5676629ecca2/service_instances" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTgzIiwiZW1haWwiOiJlbWFpbC01OEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI3MzIzOTU5fQ.VxW4HaC9v51FFqDS0IbxeAu-YyjBl08qsY0Zxz530mo" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "544512af-b93b-4d78-88f3-bbfea9691173", "url": "/v2/service_instances/544512af-b93b-4d78-88f3-bbfea9691173", "created_at": "2015-03-18T22:52:39Z", "updated_at": null }, "entity": { "name": "name-230", "credentials": { "creds-key-128": "creds-val-128" }, "service_plan_guid": "89b1c738-53d2-42ba-99ef-c39524420f4f", "space_guid": "9c2166d3-0fd4-4625-b67e-5676629ecca2", "gateway_data": null, "dashboard_url": null, "type": "managed_service_instance", "last_operation": null, "space_url": "/v2/spaces/9c2166d3-0fd4-4625-b67e-5676629ecca2", "service_plan_url": "/v2/service_plans/89b1c738-53d2-42ba-99ef-c39524420f4f", "service_bindings_url": "/v2/service_instances/544512af-b93b-4d78-88f3-bbfea9691173/service_bindings" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 3fec6424-296c-47ca-9f4c-5c25ee33cc89 Content-Length: 1022 X-Content-Type-Options: nosniff