GET /v2/security_groups/ebbf839d-b248-4e72-95a2-e95988bfc466/spaces
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Security Group |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTE0IiwiZW1haWwiOiJlbWFpbC0xM0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2NjMzODk0fQ.764kHdRbuTndAo_oCZ5IyvY4yFRNC6P5wA3wC8xlv_E Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/security_groups/ebbf839d-b248-4e72-95a2-e95988bfc466/spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0IiwiZW1haWwiOiJlbWFpbC0xM0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2NjMzODk0fQ.764kHdRbuTndAo_oCZ5IyvY4yFRNC6P5wA3wC8xlv_E" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "98af109f-7c3c-4c1c-885c-1cd755af628e", "url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e", "created_at": "2015-03-10T23:11:34Z", "updated_at": null }, "entity": { "name": "name-63", "organization_guid": "a2e03b13-3204-4c3d-b5f2-c755224fc0a9", "space_quota_definition_guid": null, "organization_url": "/v2/organizations/a2e03b13-3204-4c3d-b5f2-c755224fc0a9", "developers_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/developers", "managers_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/managers", "auditors_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/auditors", "apps_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/apps", "routes_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/routes", "domains_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/domains", "service_instances_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/service_instances", "app_events_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/app_events", "events_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/events", "security_groups_url": "/v2/spaces/98af109f-7c3c-4c1c-885c-1cd755af628e/security_groups" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 7fb5d7fd-3d1b-45b6-9e30-265cf66b2427 Content-Length: 1456 X-Content-Type-Options: nosniff