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/deeeca0f-6c9a-4c0c-909c-9f7eb489f22e
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/running_security_groups/deeeca0f-6c9a-4c0c-909c-9f7eb489f22e" -d '' -X PUT \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExNSIsImVtYWlsIjoiZW1haWwtMTE0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzIzMTM2MTN9.VQPbR_R-KHis52uvRMxhc2CyGpmJqFf6qOA-5Deb4yA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "deeeca0f-6c9a-4c0c-909c-9f7eb489f22e",
"url": "/v2/config/running_security_groups/deeeca0f-6c9a-4c0c-909c-9f7eb489f22e",
"created_at": "2015-05-15T16:53:33Z",
"updated_at": "2015-05-15T16:53:33Z"
},
"entity": {
"name": "name-688",
"rules": [
{
"protocol": "udp",
"ports": "8080",
"destination": "198.41.191.47/1"
}
],
"running_default": true,
"staging_default": false
}
}
Headers