VizEnvironmentsPairFlowDetailsRequest
Visualization Environments Pair Flow Details Request
Request object for retrieving deduplicated flow records between a specific pair of environment entities.
Notes:
start_time,src_site_id,dst_site_id,src_env_id, anddst_env_idare all required.src_site_idanddst_site_idscope the query to the source and destination sites. For intra-site flows, set both to the same site ID.env_request_typefilters flows by direction type.filtersaccepts up to 300 filter entries.- ALL = Every flow between src/dst env
- MONITORED = flows that hit the pair-wise section default rule.
- UNCOVERED = flows that hit the global any-any env rule (no env-specific policy)
AllOf
This class requires all of the following:
JSON Example
{
"start_time": 1782086925725,
"page_size": 50,
"offset": 0,
"src_env_id": "d108367c-9ae3-4b0b-98c7-61ec7c72be6f",
"dst_env_id": "2cda03cc-4713-44d8-adda-8a0c45b7863c",
"src_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"dst_site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"env_request_type": "ALL"
}