Get Firewall State

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


Authentication
This operation uses the following authentication methods.
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