Retrieve a Particular Security Group
GET /v2/security_groups/:guid
Request
Route
GET /v2/security_groups/f665e96b-c915-43c7-a036-fcd3a8edf246
Headers
cURL
curl "https://api.[your-domain.com]/v2/security_groups/f665e96b-c915-43c7-a036-fcd3a8edf246" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0NyIsImVtYWlsIjoiZW1haWwtMTc5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTF9.On1vgoBEa24-2CSgMzk7QjITsVYeD2BQjcRsXtXW1fk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "f665e96b-c915-43c7-a036-fcd3a8edf246",
"url": "/v2/security_groups/f665e96b-c915-43c7-a036-fcd3a8edf246",
"created_at": "2015-10-13T17:31:45Z",
"updated_at": null
},
"entity": {
"name": "dummy1",
"rules": [
],
"running_default": false,
"staging_default": false,
"spaces_url": "/v2/security_groups/f665e96b-c915-43c7-a036-fcd3a8edf246/spaces"
}
}
Headers