Get Configuration

GET {{baseUrl}}/web/api/v2.1/firewall-control/configuration?siteIds=ex&groupIds=ex&accountIds=ex&tenant=ex

Get the Firewall Control configuration for a given scope.
To get the ID of a scope, run accounts, sites, or groups. To get all scopes in your deployment, leave the filtersempty and set tenant to true. The response shows if Firewall Control is enabled for the scope, if Location Awareness is enabled, the higher scope from which this scope inherited the configuration, and whether a lower scope inherits this configuration.
Firewall Control requires Control SKU.

Request Params

KeyDatatypeRequiredDescription
siteIdsstringList of Site IDs to filter by. Example: "225494730938493804,225494730938493915".
groupIdsstringList of Group IDs to filter by. Example: "225494730938493804,225494730938493915".
accountIdsstringList of Account IDs to filter by. Example: "225494730938493804,225494730938493915".
tenantstringIndicates a Global (tenant) scope request

HEADERS

KeyDatatypeRequiredDescription
Content-Typenull