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_timeis required. Eithersite_idorsite_idsmust also be provided.service_category_idis required. Obtain valid IDs from the/monitoring/infrastructure/service-categoriesAPI.workload_idsscopes 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.filtersaccepts up to 300 filter entries.- Supports sorting via fields inherited from
VizTimeIntervalSortableListSiteRequest.
AllOf
This class requires all of the following:
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": []
}