Skip to main content

Query Time Series Application QOS Metrics (2.0)

POST 

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

Query the time series application QOS metrics.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Filters for application qos metrics

    end_time date

    The end time to get the application QoS metrics.

    filter ApplicationQosMetricsFilterrequired

    Filters according to the specifications.

    application_name stringrequired

    Filter by the name of the application.

    direction string

    Possible values: [Ingress, Egress]

    Filter by the traffic direction.

    email string[]

    Filter by the email address.

    site string[]

    Filter by the site.

    user string[]

    Filter by user.

    interval stringrequired

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

    The interval time of the application QoS metrics.

    max_datapoints int32

    The max datapoints of the application QoS metrics.

    metrics Metrics[]required

    Details of the application QoS 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.

  • ]
  • ]
  • name string

    The name of the Application QoS metric.

    start_time date

    The start time to get the application QoS metrics.

    view View

    View

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

    Details of the application 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...