VizApplicationsIdRelatedDfwRulesRequest

VizApplicationsIdRelatedDfwRulesRequest
Visualization Applications ID Related Dfw Rules Request

Request object for retrieving DFW rules related to a specific application, organized by security policy.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • filters accepts up to 300 filter entries. Supported filter keys: RULE_ID, RULE_NAME.
JSON Example
{
    "start_time": 0,
    "page_size": 10000,
    "site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1"
}