VizGroupsRelatedRuleCountsRequest

VizGroupsRelatedRuleCountsRequest
Visualization Groups Related Rule Counts Request

Request object for retrieving DFW and IDS rule counts for one or more group entities.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • Either group_ids or group_paths must be provided, but not both. Each accepts up to 20 entries.
  • relationship_type controls rule scoping: CONTAINS (rules referencing the group directly, default) or EFFECTIVE_MEMBERS (rules referencing individual VMs inside the group).
JSON Example
{
    "start_time": 0,
    "site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "group_ids": [
        "24725593-6e9b-41b9-9681-e8b3a273849a"
    ],
    "relationship_type": "CONTAINS"
}