Set a Security Group as a default for running Apps
PUT /v2/config/running_security_groups/:guid
Request
Route
PUT /v2/config/running_security_groups/0a56b37b-99c3-456d-ad06-392c0c2e729f
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/running_security_groups/0a56b37b-99c3-456d-ad06-392c0c2e729f" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMiIsImVtYWlsIjoiZW1haWwtMTQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTMzMTA5ODB9.eVwDGLx9MkAMmbMl6gkxQ9_EG-G8yx1RoRQmou-Y-ts" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "0a56b37b-99c3-456d-ad06-392c0c2e729f",
"url": "/v2/config/running_security_groups/0a56b37b-99c3-456d-ad06-392c0c2e729f",
"created_at": "2016-01-13T17:29:40Z",
"updated_at": "2016-01-13T17:29:40Z"
},
"entity": {
"name": "name-661",
"rules": [
{
"protocol": "udp",
"ports": "8080",
"destination": "198.41.191.47/1"
}
],
"running_default": true,
"staging_default": false
}
}
Headers