AppMonitoringTimeSeriesInfoListRequest

AppMonitoringTimeSeriesInfoListRequest
App Monitoring Time Series Info List Request

Paginated request for per-application monitoring results within a time interval.

Notes:

  • If time_selection is omitted, defaults to the last 1 hour.
  • All filters are combined with AND logic.
  • has_unprotected_flows: true - restricts results to applications where at least one flow hit the default any-any rule.
  • has_additional_rule_hit: true - restricts results to applications where at least one user-configured monitoring rule was matched.
  • String filters (display_name, application_connectivity_strategies, connectivity_preferences) support EQUAL matching only.
  • unprotected_count and additional_rule_hit_count support NOT EQUAL matching only.
AllOf
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "time_selection": {
        "start_time": 0
    },
    "application_type": "CRITICAL",
    "application_workload_type": "string",
    "application_connectivity_strategies": [
        "string"
    ],
    "connectivity_preferences": [
        "string"
    ],
    "display_name": [
        "string"
    ],
    "has_unprotected_flows": false,
    "has_additional_rule_hit": false
}