Monitoring Get Vpn Edge Action Status

Monitoring Get Vpn Edge Action Status

Retrieves the VPN edge action statusfor a specified providerThis method either returns a list of most recent edge actions for given states

Privileges required:

READ ENTERPRISE_EVENT

READ NETWORK_SERVICE

Request
URI
POST
https://{api_host}/portal/rest/monitoring/getVPNEdgeActionStatus
COPY
Request Body

Show optional properties

{
    "providerObjectId": 0
}
{
    "providerObjectId": 0,
    "fieldsNeeded": [
        "string"
    ],
    "filters": {},
    "limit": 0
}
integer
providerObjectId
Required

providerObjectId

array of string
fieldsNeeded
Optional

fieldsNeeded

filters
Optional

filters

integer
limit
Optional
Constraints: minimum: 0

limit

Responses
200

Request was successfully processed

Returns monitoring_get_vpn_edge_action_status_result of type(s) application/json
"monitoring_get_vpn_edge_action_status_result Object"
array of object
data
Optional

data

object
metaData
Optional

metaData


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 '{"providerObjectId:"integer"}' https://{api_host}/portal/rest/monitoring/getVPNEdgeActionStatus