AppMonitoringTimeSeriesInfoRequest

AppMonitoringTimeSeriesInfoRequest
App Monitoring Time Series Info Request

Request for time-series flow counts across all applications within a time interval.

Notes:

  • If time_selection is omitted, defaults to the last 1 hour.
  • Response granularity is automatically determined by interval length:
    • 1 hour or less: 5-minute granularity
    • More than 1 hour, up to 24 hours: 1-hour granularity
    • More than 24 hours: 1-day granularity
  • Use id to restrict results to a specific application UUID.
  • Use application_type to limit results to CRITICAL or REGULAR applications.
JSON Example
{
    "time_selection": {
        "start_time": 1607723730545
    },
    "application_type": "REGULAR",
    "id": [
        "d2a2ca94-b87c-4d17-b36d-831e616f9597"
    ]
}
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.

application_type
Optional

Specifies the priority level of the application.

Enumeration: REGULAR, CRITICAL
array of string
id
Optional

Identifier (uuid) for an application to include in monitoring results.