Metrics Get Enterprise Firewall Url Reputation Metrics
Gets URL reputaion summaries for the enterprise over the specified time interval by the specified dimension, e.g. domainName and edgeLogicalId. On success, this method returns an array of aggregate data in which each entry corresponds to a single dimension.
Privileges required:
READ
ENTERPRISE
VIEW_FIREWALL_LOGS
undefined
Request
URI
POST
https://{api_host}/portal/rest/metrics/getEnterpriseFirewallUrlReputationMetrics
COPY
Request Body
Show optional properties
{
"enterpriseId": 0,
"viewBy": "string"
}
{
"enterpriseId": 0,
"interval": {
"end": "string",
"start": "string"
},
"viewBy": "string",
"metrics": [
"string"
],
"sort": "string",
"limit": 0,
"with": [
"string"
],
"edgeLogicalIds": [
"string"
]
}
integer
enterpriseId
Required
enterpriseId
string
viewBy
Required
viewBy
Possible values are :
domainName,
sourceIp,
urlRisk,
action,
edgeLogicalId,
array of
string
metrics
Optional
metrics
Possible values are :
threatsCount,
urlsBlockedCount,
urlsMonitoredCount,
urlsAllowedCount,
urlsHighRiskCount,
urlsMediumRiskCount,
urlsLowRiskCount,
urlsTrustworthyCount,
urlsSuspiciousCount,
string
sort
Optional
sort
Possible values are :
threatsCount,
urlsBlockedCount,
urlsMonitoredCount,
urlsAllowedCount,
urlsHighRiskCount,
urlsMediumRiskCount,
urlsLowRiskCount,
urlsTrustworthyCount,
urlsSuspiciousCount,
integer
limit
Optional
limit
array of
string
with
Optional
with
array of
string
edgeLogicalIds
Optional
edgeLogicalIds
Responses
200
Request was successfully processed
Returns
Array of
object
of type(s)
application/json
[
{
"name": "10.129.24.86",
"urlsHighRiskCount": 54
}
]
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"viewBy:"string","enterpriseId:"integer"}' https://{api_host}/portal/rest/metrics/getEnterpriseFirewallUrlReputationMetrics
Metrics Operations
POST
Metrics Get Edge Firewall Idps Metrics
POST
Metrics Get Edge Firewall Idps Series
POST
Metrics Get Edge Firewall Malicious Ip Metrics
POST
Metrics Get Edge Firewall Url Category Metrics
POST
Metrics Get Edge Firewall Url Reputation Metrics
POST
Metrics Get Enterprise Firewall Edge Summary Metrics
POST
Metrics Get Enterprise Firewall Idps Metrics
POST
Metrics Get Enterprise Firewall Malicious Ip Metrics
POST
Metrics Get Enterprise Firewall Url Category Metrics
POST
Metrics Get Enterprise Firewall Url Reputation Metrics