Monitoring Get Enterprise Edge Status

Monitoring Get Enterprise Edge Status

Retrieves aggregate healthStats metric summariesfor a specified enterpriseId(and list of edges) over a specified time intervaland list of metrics. On success, this method returns an array ofhealthsStats objects for all requested edges and metrics

Privileges required:

READ EDGE

Request
URI
POST
https://{api_host}/portal/rest/monitoring/getEnterpriseEdgeStatus
COPY
Request Body
{
    "enterpriseId": 0,
    "edgeIds": [
        0
    ],
    "time": "string",
    "sort": "edge_metric Object",
    "limit": 0,
    "metrics": "edge_metrics Object"
}
integer
enterpriseId
Optional

enterpriseId

array of integer
edgeIds
Optional

edgeIds

time
Optional

time

sort
Optional

sort

Possible values are : tunnelCount, memoryPct, flowCount, cpuPct, handoffQueueDrops,
integer
limit
Optional

limit

metrics
Optional

metrics

Responses
200

Request was successfully processed

Returns monitoring_get_enterprise_edge_status_result of type(s) application/json
"monitoring_get_enterprise_edge_status_result Object"
object
metaData
Required

metaData

array of object
data
Required

data


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 '{}' https://{api_host}/portal/rest/monitoring/getEnterpriseEdgeStatus