GET /v2/spaces/2945f4bb-bc39-4e85-bb4c-e4505668396c/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.eyJ1c2VyX2lkIjoidWFhLWlkLTI1OSIsImVtYWlsIjoiZW1haWwtMjAxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NDR9.HAvbRGgOIZfFZUWiZq5zW0OKC_b3vNl5lN5ZAZqB2Fc Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/2945f4bb-bc39-4e85-bb4c-e4505668396c/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1OSIsImVtYWlsIjoiZW1haWwtMjAxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NDR9.HAvbRGgOIZfFZUWiZq5zW0OKC_b3vNl5lN5ZAZqB2Fc" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "2f067299-07a4-4a00-9e63-b78e5cba549b", "url": "/v2/services/2f067299-07a4-4a00-9e63-b78e5cba549b", "created_at": "2015-11-03T00:54:04Z", "updated_at": null }, "entity": { "label": "label-46", "provider": null, "url": null, "description": "desc-177", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "928b9beb-ee38-44f0-83db-3672f1b96ada", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "15a600f4-e315-41c0-84a0-a94651834e31", "plan_updateable": false, "service_plans_url": "/v2/services/2f067299-07a4-4a00-9e63-b78e5cba549b/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: a4f990c0-b85b-4743-b41e-3e785a2af0d5 Content-Length: 999 X-Content-Type-Options: nosniff