Skip to main content

Cellular metrics for Version 2.0 (v2.0)

POST 

/sdwan/v2.0/api/monitor/cellular_metrics

Get cellular metrics like SNR, Cellular bandwidth usage etc. External API used for stats queries. Below are the tenet for queries

  • interval is required
  • start_time, end_time and max_datapoints are optional with the following restrictions, at least one of them needs to be specified. all the three can not be specified, as the result is ambiguous. Note
  • Start time, if not specified, default to epoch.
  • End time, if not specified, default to now.
  • Limit, if not specified, defaults to None..
  • Start and end times need to be specified in ISO8601 UTC format.
  • Metrics need to specified according to 2.1 specifications. Invalid metrics will be ignored and the result will not include them.
  • Filters need to be specified according to the specifications.

Request

Body

Query request for getting cellularmetrics

    end_time date

    The end time to get the cellular metrics. If not specified, it is default to now. End times need to be specified in ISO8601 UTC format.

    filter CellularmetricsFilter

    Filters according to the specifications.

    apn string[]

    The APN name that provides access to the mobile broadband network.

    carrier string[]

    The name of the carrier.

    cellular_module string[]

    The module of the cellular.

    direction string

    Possible values: [Ingress, Egress]

    The direction of the traffic.

    element string[]

    The element.

    site string[]

    The site.

    interval stringrequired

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

    The interval time.

    max_datapoints int32

    The max data points.

    metrics Metrics[]required

    The details of the cellular metrics. Metrics need to specified according to 2.1 specifications. Invalid metrics will be ignored and the result will not include them.

  • 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 cellular metric. Maz size = 128.

    start_time date

    The start time to get the cellular metrics. If not specified, it is default to epoch. Start times need to be specified in ISO8601 UTC format.

    view View

    The individual and summary views.

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

    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...