GET /v2/spaces/50c38e70-acd7-46eb-bb67-ca6a50c928f1/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.eyJ1c2VyX2lkIjoidWFhLWlkLTc4IiwiZW1haWwiOiJlbWFpbC00NkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ0NzgyOTIyfQ.yN1naAxyXGUyEN1m11zsP6UHHHEN2djB-ItDALZlvzg Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/50c38e70-acd7-46eb-bb67-ca6a50c928f1/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTc4IiwiZW1haWwiOiJlbWFpbC00NkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ0NzgyOTIyfQ.yN1naAxyXGUyEN1m11zsP6UHHHEN2djB-ItDALZlvzg" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "b7c63fbe-8021-4cf9-94c4-ea9a4bd19b8f", "url": "/v2/services/b7c63fbe-8021-4cf9-94c4-ea9a4bd19b8f", "created_at": "2015-10-07T00:35:21Z", "updated_at": null }, "entity": { "label": "label-10", "provider": null, "url": null, "description": "desc-25", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "cd9a1e16-0baf-4bb9-9b06-8be28528fc26", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "ab71cf30-4ae0-4703-8d91-c35d9af927bc", "plan_updateable": false, "service_plans_url": "/v2/services/b7c63fbe-8021-4cf9-94c4-ea9a4bd19b8f/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 6ad4db71-0b6a-4355-a4e8-03d8ccc36858 Content-Length: 998 X-Content-Type-Options: nosniff