GET /api/v1/msps/{msp_id}/insights/{metric}

mist.com

Summary: getMspSle
Operation ID: getMspSle
Auth: unknown
Description

Get MSP SLEs (all/worst Orgs ...)

Parameters (7)

duration (string, query, optional, default: 1d)

For historical stats and/or logs where time range is needed, you can specify the time range in a few different ways: * ?start=1430000000&end=1430864000 specify the start / end * ?end=1430864000&duration=1d specify end time and duration * ?duration=1d specify duration, end will be now() in seconds

end (integer, query, optional, default: 0)

Constraints: {'minimum': 0}

interval (string, query, optional)

Aggregation works by giving a time range plus interval (e.g. 1d, 1h, 10m) where aggregation function would be applied to.

metric (string, path, required)

see /api/v1/const/insight_metrics for available metrics

msp_id (string, path, required)
sle (string, query, optional)

see /api/v1/const/insight_metrics for more details

start (integer, query, optional, default: 0)

Constraints: {'minimum': 0}

No probe data for this endpoint yet.