GET /v2/spaces/4ab2703a-cc19-4b25-bda5-59a914f06b3a/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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTk1IiwiZW1haWwiOiJlbWFpbC01OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM2ODI5Nzc3fQ.gtoyLeJ3xi8kBr8T-h3THbBMnGWadwH3GtsYnn4fn1g Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/4ab2703a-cc19-4b25-bda5-59a914f06b3a/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTk1IiwiZW1haWwiOiJlbWFpbC01OUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM2ODI5Nzc3fQ.gtoyLeJ3xi8kBr8T-h3THbBMnGWadwH3GtsYnn4fn1g" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "6fa8fd18-10be-4e2e-a2f3-824f39074d9d", "url": "/v2/services/6fa8fd18-10be-4e2e-a2f3-824f39074d9d", "created_at": "2015-07-06T23:22:57Z", "updated_at": null }, "entity": { "label": "label-10", "provider": null, "url": null, "description": "desc-20", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "1c0872d2-ee0f-46b3-851e-e079303be03c", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "e7224ee0-a17e-407e-b15b-6eb9220c0fe2", "plan_updateable": false, "service_plans_url": "/v2/services/6fa8fd18-10be-4e2e-a2f3-824f39074d9d/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 96fe630a-867b-49ae-a2e2-481422be673e Content-Length: 998 X-Content-Type-Options: nosniff