GET /v2/security_groups/28448490-1f15-4265-aac2-a8d8afb6fe70/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.eyJ1c2VyX2lkIjoidWFhLWlkLTM3MyIsImVtYWlsIjoiZW1haWwtMjc0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MjB9.qiMG2zLf8V82veBsgaS0zYtp1whdiFjXtVsgUDz0_p4 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/security_groups/28448490-1f15-4265-aac2-a8d8afb6fe70/spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3MyIsImVtYWlsIjoiZW1haWwtMjc0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MjB9.qiMG2zLf8V82veBsgaS0zYtp1whdiFjXtVsgUDz0_p4" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "90e89b6e-7558-4094-b67d-95f2b883ad3b", "url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b", "created_at": "2015-04-07T19:12:00Z", "updated_at": null }, "entity": { "name": "name-2054", "organization_guid": "c1332b5f-928a-4b91-a381-7186f74da513", "space_quota_definition_guid": null, "organization_url": "/v2/organizations/c1332b5f-928a-4b91-a381-7186f74da513", "developers_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/developers", "managers_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/managers", "auditors_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/auditors", "apps_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/apps", "routes_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/routes", "domains_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/domains", "service_instances_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/service_instances", "app_events_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/app_events", "events_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/events", "security_groups_url": "/v2/spaces/90e89b6e-7558-4094-b67d-95f2b883ad3b/security_groups" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 861e9ac4-d210-42c1-b753-7b22e0f99aea Content-Length: 1458 X-Content-Type-Options: nosniff