Skip to main content

Query QoS Metrics (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/monitor/qos_metrics

Query the time series data for QOS statistics.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

Details of qos metrics query

    end_time date

    The end time to get the QoS metrics.

    filter QosMetricsFilterrequired

    Filters according to the specifications.

    direction string

    Possible values: [Ingress, Egress]

    The direction of the traffic.

    element string[]

    The element.

    priority string[]required

    Priority level set for the QoS metric filter.

    site string[]

    The sites.

    traffic_type string[]required

    The traffic type for the QoS metric.

    waninterface string[]

    The WAN interface of the network.

    interval stringrequired

    Possible values: [10sec, 1min, 5min, 1hour, 1day]

    The time period of the QoS query.

    max_datapoints int32

    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[]

    Information on the series schema.

  • Array [
  • data Data[]

    Data

  • Array [
  • datapoints Datapoints[]

    Datapoints

  • Array [
  • duration date-time

    The date and time of the series.

    filter_property_id string

    The filter property ID.

    links string[]

    Links

    ninetieth_percentile number

    Ninetieth Percentile

    sites string[]

    The sites.

    value number

    The values of the filter.

  • ]
  • statistics object

    Statistics

  • ]
  • interval string

    The interval time.

    name string

    The name.

    unit string

    Unit

    view object

    View the active series details.

  • ]
  • ]
  • name string

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

    start_time date

    The start time to get the QoS metrics.

    view View

    View the QoS metric details.

    individual string

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

    The individual view values.

    summary boolean

    The summary of the view.

Responses

Successful Operation

Schema
    metrics Metrics[]

    The details of the metrics.

  • Array [
  • series Series[]

    Information on the series schema.

  • Array [
  • data Data[]

    Data

  • Array [
  • datapoints Datapoints[]

    Datapoints

  • Array [
  • duration date-time

    The date and time of the series.

    filter_property_id string

    The filter property ID.

    links string[]

    Links

    ninetieth_percentile number

    Ninetieth Percentile

    sites string[]

    The sites.

    value number

    The values of the filter.

  • ]
  • statistics object

    Statistics

  • ]
  • interval string

    The interval time.

    name string

    The name.

    unit string

    Unit

    view object

    View the active series details.

  • ]
  • ]
Loading...