Skip to main content

Query QoS Metrics (v2.0)

Query the time series data for QOS statistics.

Request Body

Details of qos metrics query

  • end_time date required

    The end time to get the QoS metrics.

  • filter QosMetricsFilter required

    Filters according to the specifications.

  • direction string required

    Possible values: [Ingress, Egress]

    The direction of the traffic.

  • element string[] required

    The element.

  • priority string[] required

    Priority level set for the QoS metric filter.

  • site string[] required

    The sites.

  • traffic_type string[] required

    The traffic type for the QoS metric.

  • waninterface string[] required

    The WAN interface of the network.

  • interval string required

    Possible values: [TEN_SEC, ONE_MIN, FIVE_MIN, ONE_HOUR, ONE_DAY]

    The time period of the QoS query.

  • max_datapoints int32 required

    The max data points.

  • metrics Metrics[] required

    Metrics: Valid ListObject(allowDuplicate = true, allowEmpty = false, allowNull = false, listMaxSize = 0, error = INVALID_FILTER: Schema check failed - Invalid value for param {}, required = true)

  • Array [
  • series Series[] required

    Information on the series schema.

  • Array [
  • data Data[] required

    Data

  • Array [
  • datapoints Datapoints[] required

    Datapoints

  • Array [
  • duration date-time required

    The date and time of the series.

  • filter_property_id string required

    The filter property ID.

  • links string[] required

    Links

  • sites string[] required

    The sites.

  • value number required

    The values of the filter.

  • ]
  • statistics object required

    Statistics

  • ]
  • interval string required

    The interval time.

  • name string required

    The name.

  • unit string required

    Unit

  • view object required

    View the active series details.

  • ]
  • ]
  • name string required

    The description of the QoS metric. Maz size = 128.

  • start_time date required

    The start time to get the QoS metrics.

  • view View required

    View the QoS metric details.

  • individual string required

    Possible values: [ELEMENT, INTERFACE, CELLULAR_MODULE, DIRECTION, SITE, APP, PATH, PATH_TYPE, WANINTERFACE, PRIORITY, TRAFFIC_TYPE, COMMON, CLIENT_MAC_ADDRESS, None]

    The individual view values.

  • summary boolean required

    The summary of the view.

Responses

Successful Operation


Schema
  • metrics Metrics[] required

    The details of the metrics.

  • Array [
  • series Series[] required

    Information on the series schema.

  • Array [
  • data Data[] required

    Data

  • Array [
  • datapoints Datapoints[] required

    Datapoints

  • Array [
  • duration date-time required

    The date and time of the series.

  • filter_property_id string required

    The filter property ID.

  • links string[] required

    Links

  • sites string[] required

    The sites.

  • value number required

    The values of the filter.

  • ]
  • statistics object required

    Statistics

  • ]
  • interval string required

    The interval time.

  • name string required

    The name.

  • unit string required

    Unit

  • view object required

    View the active series details.

  • ]
  • ]
Loading...