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. |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTMzNSIsImVtYWlsIjoiZW1haWwtMjU2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4ODR9.JplqrAQmqH3j4G0SiteKMELUu5Q8VaWLynD5-mnBTuQ Host: example.org Cookie:
GET /v2/domains/2c88b492-0d26-4cde-a9f0-39b644732e35/spaces
curl "https://api.[your-domain.com]/v2/domains/2c88b492-0d26-4cde-a9f0-39b644732e35/spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzNSIsImVtYWlsIjoiZW1haWwtMjU2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4ODR9.JplqrAQmqH3j4G0SiteKMELUu5Q8VaWLynD5-mnBTuQ" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 8a260820-cae5-4099-ab75-4ec8b33ac58e X-Cf-Warnings: Endpoint+deprecated Content-Length: 1458 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "2e99b651-f35a-4489-a830-af21c615056b", "url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b", "created_at": "2015-01-27T19:14:44Z", "updated_at": null }, "entity": { "name": "name-1955", "organization_guid": "e0742838-8fee-42be-b73b-779ec6d259e9", "space_quota_definition_guid": null, "organization_url": "/v2/organizations/e0742838-8fee-42be-b73b-779ec6d259e9", "developers_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/developers", "managers_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/managers", "auditors_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/auditors", "apps_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/apps", "routes_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/routes", "domains_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/domains", "service_instances_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/service_instances", "app_events_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/app_events", "events_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/events", "security_groups_url": "/v2/spaces/2e99b651-f35a-4489-a830-af21c615056b/security_groups" } } ] }