Name | Description | Default | Valid Values | Example Values |
---|---|---|---|---|
guid | The guid of the Domain |
|
|
Name | Description | Valid Values | Example Values |
---|---|---|---|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name, organization_guid, developer_guid, app_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.eyJ1c2VyX2lkIjoidWFhLWlkLTMwOCIsImVtYWlsIjoiZW1haWwtMjMzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNTJ9.dvrcYId2nANLR4Oj-mGKVWhqGRuDHXfynhLEEqBTO9M Host: example.org Cookie:
GET /v2/domains/485ed192-61c9-494d-a6a2-d51ae389f248/spaces
curl "https://api.[your-domain.com]/v2/domains/485ed192-61c9-494d-a6a2-d51ae389f248/spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMwOCIsImVtYWlsIjoiZW1haWwtMjMzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNTJ9.dvrcYId2nANLR4Oj-mGKVWhqGRuDHXfynhLEEqBTO9M" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 2d28827e-fc60-45d6-a229-c7f78f192d40 X-Cf-Warnings: Endpoint+deprecated Content-Length: 1463 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "d4644a5a-13bc-449d-9dbf-730f1d463122", "url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122", "created_at": "2014-11-05T01:02:32+00:00", "updated_at": null }, "entity": { "name": "name-1281", "organization_guid": "25ab0fe8-1667-4182-9db8-d664c4bcd63e", "space_quota_definition_guid": null, "organization_url": "/v2/organizations/25ab0fe8-1667-4182-9db8-d664c4bcd63e", "developers_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/developers", "managers_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/managers", "auditors_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/auditors", "apps_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/apps", "routes_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/routes", "domains_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/domains", "service_instances_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/service_instances", "app_events_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/app_events", "events_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/events", "security_groups_url": "/v2/spaces/d4644a5a-13bc-449d-9dbf-730f1d463122/security_groups" } } ] }