Retrieve a Particular Security Group
GET /v2/security_groups/:guid
Request
Route
GET /v2/security_groups/d74117fc-f8f8-42e4-b155-279a7595990f
Headers
cURL
curl "https://api.[your-domain.com]/v2/security_groups/d74117fc-f8f8-42e4-b155-279a7595990f" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MyIsImVtYWlsIjoiZW1haWwtMTExQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MTV9.Qi0-6Y2StmqdQvZbCv-r8kMSO89ex9VjCJC-UsUzRSk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "d74117fc-f8f8-42e4-b155-279a7595990f",
"url": "/v2/security_groups/d74117fc-f8f8-42e4-b155-279a7595990f",
"created_at": "2016-01-26T22:20:04Z",
"updated_at": null
},
"entity": {
"name": "dummy1",
"rules": [
],
"running_default": false,
"staging_default": false,
"spaces_url": "/v2/security_groups/d74117fc-f8f8-42e4-b155-279a7595990f/spaces"
}
}
Headers