GET /v2/spaces/6d11de06-302d-42d8-a9c4-4e13721b8b71/services
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: active, label, provider, service_broker_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.eyJ1c2VyX2lkIjoidWFhLWlkLTk4IiwiZW1haWwiOiJlbWFpbC03N0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2NjMzODk5fQ.UVVt1OZj1_NaajtqjLRM7zKJBYkSHTGwq4t1DtAEz8o Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/6d11de06-302d-42d8-a9c4-4e13721b8b71/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTk4IiwiZW1haWwiOiJlbWFpbC03N0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2NjMzODk5fQ.UVVt1OZj1_NaajtqjLRM7zKJBYkSHTGwq4t1DtAEz8o" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "1be89b4d-2598-4c35-853c-1b787c8644b8", "url": "/v2/services/1be89b4d-2598-4c35-853c-1b787c8644b8", "created_at": "2015-03-10T23:11:39Z", "updated_at": null }, "entity": { "label": "label-12", "provider": null, "url": null, "description": "desc-33", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "c725badd-244b-4cad-bc2f-ed04361d8ba4", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "b64a4d8a-39ee-4661-b8cd-8a0dae620a80", "plan_updateable": false, "service_plans_url": "/v2/services/1be89b4d-2598-4c35-853c-1b787c8644b8/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 5d2abd24-5ccd-48f9-81b3-6d1c8e498d30 Content-Length: 998 X-Content-Type-Options: nosniff