Edge Get Edge Sdwan Peers

Edge Get Edge Sdwan Peers

Gets an edge's SD-WAN peers that have established paths. Optionally, use a filter object to limit the number of SD-WAN peers returned. Additionally, specify a time interval with an interval object. If no end date is specified, then the default is the current date. The enterpriseId property is required when this method is invoked in the operator context.

Privileges required:

READ EDGE

Request
URI
POST
https://{api_host}/portal/rest/edge/getEdgeSDWANPeers
COPY
Request Body

Show optional properties

{
    "edgeId": 0
}
{
    "edgeId": 0,
    "enterpriseId": 0,
    "interval": {
        "end": "string",
        "start": "string"
    },
    "quickSearch": "quick_search Object",
    "filters": "get_edge_sdwan_peers_filters Object",
    "limit": 0,
    "sortBy": "api_sorting Object",
    "_count": false,
    "_filterSpec": false
}
integer
edgeId
Required

edgeId

integer
enterpriseId
Optional

enterpriseId

interval
Optional

interval

quickSearch
Optional

quickSearch

filters
Optional

filters

integer
limit
Optional
Constraints: default: 2048

limit

sortBy
Optional

sortBy

boolean
_count
Optional

_count

boolean
_filterSpec
Optional

_filterSpec

Responses
200

Request was successfully processed

[
    "edge_get_edge_sdwan_peers_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"}' https://{api_host}/portal/rest/edge/getEdgeSDWANPeers