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: name, owning_organization_guid, space_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.eyJ1c2VyX2lkIjoidWFhLWlkLTk4IiwiZW1haWwiOiJlbWFpbC02NkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0NDcxNjg5fQ.sDU9uvKsufO30CVZ2QYT1z8Rctjic6nDKjTCICaEINo Host: example.org Cookie:
GET /v2/spaces/397052ba-9df8-45aa-9449-bfd0b839216e/domains
curl "https://api.[your-domain.com]/v2/spaces/397052ba-9df8-45aa-9449-bfd0b839216e/domains" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTk4IiwiZW1haWwiOiJlbWFpbC02NkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0NDcxNjg5fQ.sDU9uvKsufO30CVZ2QYT1z8Rctjic6nDKjTCICaEINo" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: d1c9eaaa-73d7-48a6-99bc-49704f3f86d5 X-Cf-Warnings: Endpoint+deprecated Content-Length: 719 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 2, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "46d3ec1c-f5f0-4adb-a44a-61ac55d49951", "url": "/v2/domains/46d3ec1c-f5f0-4adb-a44a-61ac55d49951", "created_at": "2015-02-13T22:34:45Z", "updated_at": null }, "entity": { "name": "customer-app-domain1.com" } }, { "metadata": { "guid": "11a9666a-b2cb-4936-b637-1e78ccfa63f3", "url": "/v2/domains/11a9666a-b2cb-4936-b637-1e78ccfa63f3", "created_at": "2015-02-13T22:34:45Z", "updated_at": null }, "entity": { "name": "customer-app-domain2.com" } } ] }