GET /v2/security_groups/2382c38b-e862-4bd0-a430-ba0744bb71d5/spaces?space_guid=452bf78e-6619-4615-a8b1-7310aaabfd24
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Security Group |
|
|
space_guid | The guid of the space |
|
|
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 |
|
|
space_guid: 452bf78e-6619-4615-a8b1-7310aaabfd24
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ3MyIsImVtYWlsIjoiZW1haWwtMzQ0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTE0MTM3MDR9.i4i-2MqB2ctN8N_3uiVJ2bi-rkZRABN7lOFnlIhj-aU Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/security_groups/2382c38b-e862-4bd0-a430-ba0744bb71d5/spaces?space_guid=452bf78e-6619-4615-a8b1-7310aaabfd24" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ3MyIsImVtYWlsIjoiZW1haWwtMzQ0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTE0MTM3MDR9.i4i-2MqB2ctN8N_3uiVJ2bi-rkZRABN7lOFnlIhj-aU" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "8d0d9405-468b-45b3-9eaf-5fa4763505ee", "url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee", "created_at": "2015-12-22T18:28:24Z", "updated_at": null }, "entity": { "name": "name-2617", "organization_guid": "63e0e947-37aa-46c7-9370-d46e8d1f5984", "space_quota_definition_guid": null, "allow_ssh": true, "organization_url": "/v2/organizations/63e0e947-37aa-46c7-9370-d46e8d1f5984", "developers_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/developers", "managers_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/managers", "auditors_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/auditors", "apps_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/apps", "routes_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/routes", "domains_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/domains", "service_instances_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/service_instances", "app_events_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/app_events", "events_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/events", "security_groups_url": "/v2/spaces/8d0d9405-468b-45b3-9eaf-5fa4763505ee/security_groups" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 1485 X-Content-Type-Options: nosniff