Update Firewall State
Updates the firewall state for a given Provider Gateway.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/firewall/state
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
Request Body
GatewayFirewallState
of type(s)
application/json
Optional
{
"active": false
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"active:"boolean"}' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/firewall/state
Availability
Added in 39.1
On This Page
Provider Gateway Firewall Rules Operations
GET
Get Firewall State
PUT
Update Firewall State
GET
Get Firewall Rules
POST
Create Firewall Rule
PUT
Update Firewall Rules
DELETE
Delete Firewall Rules
GET
Get Firewall Logs
GET
Get Firewall Rule
PUT
Update Firewall Rule
DELETE
Delete Firewall Rule