Retrieve a Particular Security Group
GET /v2/security_groups/:guid
Request
Route
GET /v2/security_groups/fc70a601-c15a-4c20-925e-aa9a2c37a216
Headers
cURL
curl "https://api.[your-domain.com]/v2/security_groups/fc70a601-c15a-4c20-925e-aa9a2c37a216" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MyIsImVtYWlsIjoiZW1haWwtMjczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzg2NDE4MTN9.OlqG2T-uhWvgbacapRxKkTspy_6xp2UC7Unjt6Df7hU" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "fc70a601-c15a-4c20-925e-aa9a2c37a216",
"url": "/v2/security_groups/fc70a601-c15a-4c20-925e-aa9a2c37a216",
"created_at": "2015-07-27T22:43:31Z",
"updated_at": null
},
"entity": {
"name": "dummy1",
"rules": [
],
"running_default": false,
"staging_default": false,
"spaces_url": "/v2/security_groups/fc70a601-c15a-4c20-925e-aa9a2c37a216/spaces"
}
}
Headers