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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NCIsImVtYWlsIjoiZW1haWwtMTM4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxMzl9.sXSmPvDoX_dVjtSaaV716UhT5Z1xBGY1Z4cZZoiRMvY Host: example.org Cookie:
GET /v2/spaces/ad36fc8d-aa5d-4cab-9deb-17815210c6b0/services
curl "https://api.[your-domain.com]/v2/spaces/ad36fc8d-aa5d-4cab-9deb-17815210c6b0/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NCIsImVtYWlsIjoiZW1haWwtMTM4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxMzl9.sXSmPvDoX_dVjtSaaV716UhT5Z1xBGY1Z4cZZoiRMvY" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: cd3148d7-cf6c-4d39-8f88-5f8ed17c931f Content-Length: 1006 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "b37ee39e-3adf-4c6a-85b0-65cbbba0eeaf", "url": "/v2/services/b37ee39e-3adf-4c6a-85b0-65cbbba0eeaf", "created_at": "2014-11-05T01:02:19+00:00", "updated_at": null }, "entity": { "label": "label-43", "provider": "provider-43", "url": "https://foo.com/url-49", "description": "desc-65", "long_description": null, "version": "version-27", "info_url": null, "active": true, "bindable": true, "unique_id": "3c9169ef-f26f-4789-a1fc-9ebf774e4399", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": null, "plan_updateable": false, "service_plans_url": "/v2/services/b37ee39e-3adf-4c6a-85b0-65cbbba0eeaf/service_plans" } } ] }