Metrics Get Enterprise Firewall Edge Summary Metrics

Metrics Get Enterprise Firewall Edge Summary Metrics

Gets Firewall Edge Summary for the enterprise over the specified time interval by the actions taken for various secure engine types, e.g. IDPS, URL Filtering, and Malicious IP. On success, this method returns an array of aggregate data in which each entry corresponds to a single Edge.

Privileges required:

READ ENTERPRISE

VIEW_FIREWALL_LOGS undefined

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

Show optional properties

{
    "metrics": [
        {}
    ]
}
{
    "enterpriseId": 0,
    "interval": {
        "end": "string",
        "start": "string"
    },
    "metrics": [
        "string"
    ],
    "edgeLogicalIds": [
        "string"
    ],
    "sort": "string",
    "limit": 0
}
integer
enterpriseId
Optional

enterpriseId

interval
Optional

interval

array of string
metrics
Required

metrics

Possible values are : idpsActions, urlCatActions, urlRepActions, malIpActions,
array of string
edgeLogicalIds
Optional

edgeLogicalIds

string
sort
Optional

sort

integer
limit
Optional

limit

Responses
200

Request was successfully processed

Returns Array of metrics_get_enterprise_firewall_edge_summary_result_item of type(s) application/json
[
    "metrics_get_enterprise_firewall_edge_summary_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 '{"metrics:"array"}' https://{api_host}/portal/rest/metrics/getEnterpriseFirewallEdgeSummaryMetrics