VizComputeIdRelatedDfwRulesRequest

VizComputeIdRelatedDfwRulesRequest
Visualization Compute ID Related Dfw Rules Request

Request object for retrieving DFW rules related to a specific VM, 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,
    "site_id": "8c27e777-2917-447c-a68f-566b985fe546",
    "page_size": 10000
}