Skip to main content

Get Monitor Metrics (v2.2)

GET 

/sdwan/v2.2/api/monitor/metrics/:mtype

List details of the monitor metrics.

Request

Path Parameters

    mtype stringrequired

    The metric type.

Responses

Successful Operation

Schema
    metrics MetricSchema[]required

    The details of the metrics.

  • Array [
  • description required

    The description of the metric schema. Max size = 256.

    name stringrequired

    The name of the metric schema. Max size = 126.

    statistics string[]required

    The metric statistics.

    units string[]required

    The units of the metrics.

  • ]
Loading...