Return the Security Groups used for running Apps
GET /v2/config/running_security_groups
Request
Route
GET /v2/config/running_security_groups
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/running_security_groups" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MiIsImVtYWlsIjoiZW1haWwtMTIxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5ODd9.BjAHOiYqfWDBxsd1Dp_vRGA-ZwmckLm-ulibVqSQTtM" \
-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": "392c4d68-4354-4227-b20d-c88334d6bd5d",
"url": "/v2/config/running_security_groups/392c4d68-4354-4227-b20d-c88334d6bd5d",
"created_at": "2015-05-21T01:03:07Z",
"updated_at": null
},
"entity": {
"name": "name-684",
"rules": [
{
"protocol": "udp",
"ports": "8080",
"destination": "198.41.191.47/1"
}
],
"running_default": true,
"staging_default": false
}
}
]
}
Headers