Metrics Get Edge Sdwan Peer Path Series

Metrics Get Edge Sdwan Peer Path Series

Gets path stats metric time series data for the specified time interval by path. On success, this method returns an array of path stats data in which each entry corresponds to a single path. The enterpriseId property is required when this method is invoked in the operator context.

Privileges required:

READ EDGE

VIEW_PATH_STATS undefined

Request
URI
POST
https://{api_host}/portal/rest/metrics/getEdgeSDWANPeerPathSeries
COPY
Request Body

Show optional properties

{
    "edgeId": 0,
    "peerLogicalId": "string"
}
{
    "edgeId": 0,
    "enterpriseId": 0,
    "peerLogicalId": "string",
    "paths": [
        {
            "srcLinkLogicalId": "string",
            "destLinkLogicalId": "string"
        }
    ],
    "interval": {
        "end": "string",
        "start": "string"
    },
    "maxSamples": 0,
    "metrics": "path_metrics Object",
    "limit": 0,
    "viewBy": "string",
    "_filterSpec": false
}
integer
edgeId
Required

edgeId

integer
enterpriseId
Optional

enterpriseId

string
peerLogicalId
Required

peerLogicalId

array of object
paths
Optional

paths

interval
Optional

interval

integer
maxSamples
Optional
Constraints: default: 1024

maxSamples

metrics
Optional

metrics

integer
limit
Optional
Constraints: default: 16

limit

string
viewBy
Optional
Constraints: default: path

viewBy

Possible values are : path, peer,
boolean
_filterSpec
Optional

_filterSpec

Responses
200

Request was successfully processed

Returns Array of metrics_get_edge_sdwan_peer_path_series_result_item of type(s) application/json
[
    "metrics_get_edge_sdwan_peer_path_series_result_item Object"
]

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"edgeId:"integer","peerLogicalId:"string"}' https://{api_host}/portal/rest/metrics/getEdgeSDWANPeerPathSeries