Security Groups API

List all Spaces for the Security Group

GET /v2/security_groups/:guid/spaces

Request

Route

GET /v2/security_groups/1452e164-0c3e-4a6c-b3c3-c40ad9fd0159/spaces

Parameters

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
  • q=filter:value
  • q=filter>value
  • q=filter IN a,b,c
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: 09a060b2-f97a-4a57-b7d2-35e06ad71050

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTgiLCJlbWFpbCI6ImVtYWlsLThAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ2NjAwODg4MX0.W8hK0Y4ytxucFpf8wpoICHKSTIprLV6ZVnUodeVlzSI
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/security_groups/1452e164-0c3e-4a6c-b3c3-c40ad9fd0159/spaces?space_guid=09a060b2-f97a-4a57-b7d2-35e06ad71050" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTgiLCJlbWFpbCI6ImVtYWlsLThAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ2NjAwODg4MX0.W8hK0Y4ytxucFpf8wpoICHKSTIprLV6ZVnUodeVlzSI" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "total_results": 1,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "3435dd59-f289-4191-83e6-6201d6fb6a22",
        "url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22",
        "created_at": "2016-06-08T16:41:21Z",
        "updated_at": "2016-06-08T16:41:26Z"
      },
      "entity": {
        "name": "name-40",
        "organization_guid": "1d1dd3f4-36bd-4380-8d01-3c7a934a9281",
        "space_quota_definition_guid": null,
        "allow_ssh": true,
        "organization_url": "/v2/organizations/1d1dd3f4-36bd-4380-8d01-3c7a934a9281",
        "developers_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/developers",
        "managers_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/managers",
        "auditors_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/auditors",
        "apps_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/apps",
        "routes_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/routes",
        "domains_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/domains",
        "service_instances_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/service_instances",
        "app_events_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/app_events",
        "events_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/events",
        "security_groups_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/security_groups",
        "staging_security_groups_url": "/v2/spaces/3435dd59-f289-4191-83e6-6201d6fb6a22/staging_security_groups"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 5cd3e11d-1dfe-4d82-861c-7ab60b171500
Content-Length: 1483
X-Content-Type-Options: nosniff