GET /v2/spaces/fd5e4fe1-e0b4-4671-ac20-1eefb624351c/domains
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.eyJ1c2VyX2lkIjoidWFhLWlkLTMzIiwiZW1haWwiOiJlbWFpbC0yMkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ1MzYyMjk2fQ.dJ9AHs2sCQvG3kEKEBn9AalgWah-2DxdClUq1VgJIh0 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/fd5e4fe1-e0b4-4671-ac20-1eefb624351c/domains" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzIiwiZW1haWwiOiJlbWFpbC0yMkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ1MzYyMjk2fQ.dJ9AHs2sCQvG3kEKEBn9AalgWah-2DxdClUq1VgJIh0" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 2, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "c7332be2-12a2-46de-b92a-e2558520eae0", "url": "/v2/domains/c7332be2-12a2-46de-b92a-e2558520eae0", "created_at": "2015-10-13T17:31:34Z", "updated_at": null }, "entity": { "name": "customer-app-domain1.com", "router_group_guid": null } }, { "metadata": { "guid": "bab7db6b-0e6c-4942-9a39-b4e09f320f41", "url": "/v2/domains/bab7db6b-0e6c-4942-9a39-b4e09f320f41", "created_at": "2015-10-13T17:31:34Z", "updated_at": null }, "entity": { "name": "customer-app-domain2.com", "router_group_guid": null } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: a8d5251d-de58-4ec9-8a1f-b80d20790a9e X-Cf-Warnings: Endpoint+deprecated Content-Length: 789 X-Content-Type-Options: nosniff