Get Firewall State
Retrieves the firewall state for a given Provider Gateway. Firewall state defines whether the firewall is currently enabled for the gateway.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/firewall/state
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
Responses
200
OK
Returns
GatewayFirewallState
of type(s)
application/json;version=39.1
{
"active": false
}
boolean
active
Required
A flag indicating whether the gateway firewall is active or not.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/firewall/state
Availability
Added in 39.1
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