VizGroupsIdFlowDetailsRequest
Visualization Groups ID Flow Details Request
Request object for retrieving deduplicated flow records for a specific NSX group identified by its group ID.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.parent_idoptionally scopes results to flows where the group belongs to a specific parent group context.pinned_parent_idoptionally scopes results to the pinned group view.filtersaccepts up to 300 filter entries.
AllOf
This class requires all of the following:
JSON Example
{
"start_time": 1781824044614,
"page_size": 50,
"offset": 0,
"site_id": "2996d590-1afe-49a1-905b-3f39b8228da7",
"filters": [
{
"filter_type": "EQUAL",
"filter_key": "FLOW_STATUS",
"value": [
"COMPLETED"
]
}
]
}