GET /v2/security_groups
Name | Description | Valid Values | Example Values |
---|---|---|---|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name |
|
|
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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MCIsImVtYWlsIjoiZW1haWwtMTc5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTg0MDR9.rMoJDJYErcD6jnLkfiwdmw_beZC9mb-OsbYMeIi7o30 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/security_groups" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MCIsImVtYWlsIjoiZW1haWwtMTc5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTg0MDR9.rMoJDJYErcD6jnLkfiwdmw_beZC9mb-OsbYMeIi7o30" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 5, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "3c616b6f-27d4-4d89-b392-86613cc0d763", "url": "/v2/security_groups/3c616b6f-27d4-4d89-b392-86613cc0d763", "created_at": "2016-04-22T19:33:13Z", "updated_at": null }, "entity": { "name": "dummy1", "rules": [ ], "running_default": false, "staging_default": false, "spaces_url": "/v2/security_groups/3c616b6f-27d4-4d89-b392-86613cc0d763/spaces" } }, { "metadata": { "guid": "4cd3bc75-91df-4407-9358-3d7770a15fea", "url": "/v2/security_groups/4cd3bc75-91df-4407-9358-3d7770a15fea", "created_at": "2016-04-22T19:33:13Z", "updated_at": null }, "entity": { "name": "dummy2", "rules": [ ], "running_default": false, "staging_default": false, "spaces_url": "/v2/security_groups/4cd3bc75-91df-4407-9358-3d7770a15fea/spaces" } }, { "metadata": { "guid": "7ac647ca-a4e7-45f5-80ea-5a8ef4675475", "url": "/v2/security_groups/7ac647ca-a4e7-45f5-80ea-5a8ef4675475", "created_at": "2016-04-22T19:33:24Z", "updated_at": null }, "entity": { "name": "name-933", "rules": [ { "protocol": "udp", "ports": "8080", "destination": "198.41.191.47/1" } ], "running_default": false, "staging_default": false, "spaces_url": "/v2/security_groups/7ac647ca-a4e7-45f5-80ea-5a8ef4675475/spaces" } }, { "metadata": { "guid": "fe6f3b09-c570-4c50-b68d-5cb5cafc188c", "url": "/v2/security_groups/fe6f3b09-c570-4c50-b68d-5cb5cafc188c", "created_at": "2016-04-22T19:33:24Z", "updated_at": null }, "entity": { "name": "name-934", "rules": [ { "protocol": "udp", "ports": "8080", "destination": "198.41.191.47/1" } ], "running_default": false, "staging_default": false, "spaces_url": "/v2/security_groups/fe6f3b09-c570-4c50-b68d-5cb5cafc188c/spaces" } }, { "metadata": { "guid": "4558abe5-30f7-4673-8e66-4f2aeaa47db5", "url": "/v2/security_groups/4558abe5-30f7-4673-8e66-4f2aeaa47db5", "created_at": "2016-04-22T19:33:24Z", "updated_at": null }, "entity": { "name": "name-935", "rules": [ { "protocol": "udp", "ports": "8080", "destination": "198.41.191.47/1" } ], "running_default": false, "staging_default": false, "spaces_url": "/v2/security_groups/4558abe5-30f7-4673-8e66-4f2aeaa47db5/spaces" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 413ac044-b331-451b-8061-d427e3538e9a Content-Length: 2920 X-Content-Type-Options: nosniff