Get Enterprise Firewall Edge Summary Metrics
Fetch Edge Summary for an Enterprise.The actions taken for various secure engine types, e.g. IDPS, URL Filtering, and Malicious IP.
The logicalId
GUID for the target enterprise
Query interval start time represented as a 13-digit, millisecond-precision epoch timestamp.
Query interval end time represented as a 13-digit, millisecond-precision epoch timestamp.
Metrics supported for querying enterpriseFirewallEdgeSummary
Request successfully processed
[
{
"name": "string",
"edgeLogicalId": "string",
"edgeId": "number",
"idpsActions": {
"threatsCount": "number",
"detectedThreatsCount": "number",
"preventedThreatsCount": "number"
},
"urlCatActions": {
"threatsCount": "number",
"urlsAllowedCount": "number",
"urlsBlockedCount": "number",
"urlsMonitoredCount": "number"
},
"urlRepActions": {
"threatsCount": "number",
"urlsAllowedCount": "number",
"urlsBlockedCount": "number",
"urlsMonitoredCount": "number"
},
"malIpActions": {
"threatsCount": "number",
"urlsAllowedCount": "number",
"urlsBlockedCount": "number"
},
"totalActions": {
"threatsCount": "number"
}
}
]
ValidationError
{
"code": "string",
"property": "string",
"message": "string",
"displayMessage": "string",
"documentation": "string",
"errors": [
{
"message": "string",
"path": "string"
}
]
}
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Unauthorized
{
"code": "string",
"property": "string",
"message": "string",
"displayMessage": "string",
"documentation": "string"
}
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Resource not found
{
"code": "string",
"property": "string",
"message": "string",
"displayMessage": "string",
"documentation": "string"
}
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Rate Limit Exceeded
{
"code": "string",
"property": "string",
"message": "string",
"displayMessage": "string",
"documentation": "string"
}
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation
Internal server error
{
"code": "string",
"property": "string",
"message": "string",
"displayMessage": "string",
"documentation": "string"
}
A unique error code
The name of the property to which the error applies, if applicable
A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution
A non-technical description of the error condition
A link to applicable external documentation