VizInfrastructureMonitoringLeakedFlowDetailsRequest

VizInfrastructureMonitoringLeakedFlowDetailsRequest
Visualization Infrastructure Monitoring Leaked Flow Details Request

Request object for retrieving "leaked" flow records -- flows involving an infrastructure service server that are not covered by any published infra monitoring rule.

Notes:

  • start_time is required. Either site_id or site_ids must also be provided.
  • service_category_id is required. Obtain valid IDs from the /monitoring/infrastructure/service-categories API.
  • workload_ids scopes results to specific workload VMs (up to 300 entries). A workload is the VM on the opposite side of the flow from the infra service server. If omitted, all uncovered flows from the workload side are returned.
  • filters accepts up to 300 filter entries.
  • Supports sorting via fields inherited from VizTimeIntervalSortableListSiteRequest.
JSON Example
{
    "start_time": 0,
    "site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
    "service_category_id": "bc5907fd-4d95-436c-aaaf-972af34b2ca9",
    "page_size": 50,
    "offset": 0,
    "filters": []
}