AppMonitoringFlowCountsRequest
App Monitoring Flow Counts Request
Request for ingress, egress, and intra-application flow counts for an application.
Notes:
- If
time_selectionis omitted, defaults to the last 1 hour.
JSON Example
{
"time_selection": {
"start_time": 1781806113924
}
}
time_selection
Optional
Time parameters for querying monitoring data. Specifies the start time for the query window, with the end time implicitly set to the current time. The system will examine monitoring metrics from the specified start_time to now.