Metrics Get Enterprise Firewall Edge Count Metrics

Metrics Get Enterprise Firewall Edge Count Metrics

Returns all edges as well as number of edges protected by EFS

Privileges required:

READ EDGE

VIEW_FIREWALL_LOGS undefined

Request
URI
POST
https://{api_host}/portal/rest/metrics/getEnterpriseFirewallEdgeCountMetrics
COPY
Request Body
{
    "enterpriseId": 0,
    "interval": {
        "end": "string",
        "start": "string"
    }
}
integer
enterpriseId
Optional

enterpriseId

interval
Optional

interval

Responses
200

Request was successfully processed

{
    "totalEdgesCount": 0,
    "impactedEdgesCount": 0
}
integer
totalEdgesCount
Optional

totalEdgesCount

integer
impactedEdgesCount
Optional

impactedEdgesCount


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/metrics/getEnterpriseFirewallEdgeCountMetrics