GET /v2/space_quota_definitions/5bcf878d-1210-4836-9571-1e7d2c2c622f/spaces
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space Quota Definition |
|
|
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 |
|
|
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwOCIsImVtYWlsIjoiZW1haWwtMTM5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MDZ9.Ia0_qHTxUXbuxBygHSimcM2aZDVJNFHSDq4kxo1xkBs Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/space_quota_definitions/5bcf878d-1210-4836-9571-1e7d2c2c622f/spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwOCIsImVtYWlsIjoiZW1haWwtMTM5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MDZ9.Ia0_qHTxUXbuxBygHSimcM2aZDVJNFHSDq4kxo1xkBs" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "f6cd9083-78fe-4843-a94d-44b5405fde1d", "url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d", "created_at": "2015-04-07T19:11:46Z", "updated_at": "2015-04-07T19:11:46Z" }, "entity": { "name": "name-582", "organization_guid": "a1c8142b-fdfd-4623-a6ce-1fdac6caf401", "space_quota_definition_guid": "5bcf878d-1210-4836-9571-1e7d2c2c622f", "organization_url": "/v2/organizations/a1c8142b-fdfd-4623-a6ce-1fdac6caf401", "space_quota_definition_url": "/v2/space_quota_definitions/5bcf878d-1210-4836-9571-1e7d2c2c622f", "developers_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/developers", "managers_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/managers", "auditors_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/auditors", "apps_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/apps", "routes_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/routes", "domains_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/domains", "service_instances_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/service_instances", "app_events_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/app_events", "events_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/events", "security_groups_url": "/v2/spaces/f6cd9083-78fe-4843-a94d-44b5405fde1d/security_groups" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: cc75989b-1cac-44eb-a0af-94dcfb403cf1 Content-Length: 1615 X-Content-Type-Options: nosniff