Skip to main content

Get Monitor Metrics (v2.4)

GET 

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

List all the details of the monitor metrics.

Request

Path Parameters

    mtype stringrequired

    The metric type.

Responses

Successful Operation

Schema
    metrics MetricSchema[]

    The details of the metrics.

  • Array [
  • description

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

    name string

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

    statistics string[]

    The metric statistics.

    units string[]

    The units of the metrics.

  • ]
Loading...