Name | Description | Default | Valid Values | Example Values |
---|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTI3NSIsImVtYWlsIjoiZW1haWwtMjE1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NTF9.7Y_V7X14GuyWf_dCIIqFowfcQye0_O3YrzpxEbcnKAU Host: example.org Cookie:
GET /v2/spaces/763782d7-3fca-4b22-adde-35be0067958b/services
curl "https://api.[your-domain.com]/v2/spaces/763782d7-3fca-4b22-adde-35be0067958b/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3NSIsImVtYWlsIjoiZW1haWwtMjE1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjIzMjM1NTF9.7Y_V7X14GuyWf_dCIIqFowfcQye0_O3YrzpxEbcnKAU" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: bfbeb0e1-f864-457c-9321-42bcb83cf567 Content-Length: 1007 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "05d5e3f3-d162-4b54-be2d-2ad5f63be7f5", "url": "/v2/services/05d5e3f3-d162-4b54-be2d-2ad5f63be7f5", "created_at": "2015-01-20T01:52:31+00:00", "updated_at": null }, "entity": { "label": "label-75", "provider": "provider-66", "url": "https://foo.com/url-90", "description": "desc-185", "long_description": null, "version": "version-50", "info_url": null, "active": true, "bindable": true, "unique_id": "1335ca94-be8c-4410-b031-23b7a6dcba5f", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": null, "plan_updateable": false, "service_plans_url": "/v2/services/05d5e3f3-d162-4b54-be2d-2ad5f63be7f5/service_plans" } } ] }