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
Key | Datatype | Required | Description |
---|---|---|---|
siteIds | string | List of Site IDs to filter by. Example: "225494730938493804,225494730938493915". | |
groupIds | string | List of Group IDs to filter by. Example: "225494730938493804,225494730938493915". | |
accountIds | string | List of Account IDs to filter by. Example: "225494730938493804,225494730938493915". | |
tenant | string | Indicates a Global (tenant) scope request |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | null |