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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwMCIsImVtYWlsIjoiZW1haWwtMTQ0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDF9.wCQqB-jrWLJxVROYuFW6Cpy8SbrI4vwKswhPk1nTbW0 Host: example.org Cookie:
GET /v2/spaces/8cb64651-d9bc-4cdc-9dbd-a089e6ec03b9/domains
curl "https://api.[your-domain.com]/v2/spaces/8cb64651-d9bc-4cdc-9dbd-a089e6ec03b9/domains" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwMCIsImVtYWlsIjoiZW1haWwtMTQ0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDF9.wCQqB-jrWLJxVROYuFW6Cpy8SbrI4vwKswhPk1nTbW0" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: b9a1ba9d-e1bb-4a24-b4c4-05b1a46737bb X-Cf-Warnings: Endpoint+deprecated Content-Length: 729 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 2, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "5797fc6e-a407-4319-bc0a-d1940644793c", "url": "/v2/domains/5797fc6e-a407-4319-bc0a-d1940644793c", "created_at": "2014-11-05T01:02:07+00:00", "updated_at": null }, "entity": { "name": "customer-app-domain1.com" } }, { "metadata": { "guid": "b82eaf13-0808-4e72-843b-da10ee262e3b", "url": "/v2/domains/b82eaf13-0808-4e72-843b-da10ee262e3b", "created_at": "2014-11-05T01:02:07+00:00", "updated_at": null }, "entity": { "name": "customer-app-domain2.com" } } ] }