Firewall Get Enterprise Firewall Logs

Firewall Get Enterprise Firewall Logs

Gets firewall logs for the specified enterprise.

Privileges required:

READ EDGE

VIEW_FIREWALL_LOGS undefined

Request
URI
POST
https://{api_host}/portal/rest/firewall/getEnterpriseFirewallLogs
COPY
Request Body
{
    "enterpriseId": 0,
    "interval": {
        "end": "string",
        "start": "string"
    },
    "filter": {
        "limit": 0
    },
    "rules": [
        "string"
    ],
    "sourceIps": [
        "string"
    ],
    "destIps": [
        "string"
    ],
    "edges": [
        0
    ],
    "with": [
        "string"
    ]
}
integer
enterpriseId
Optional

enterpriseId

interval
Optional

interval

object
filter
Optional

filter

array of string
rules
Optional

rules

array of string
sourceIps
Optional

sourceIps

array of string
destIps
Optional

destIps

array of integer
edges
Optional

edges

array of string
with
Optional

with

Responses
200

Request was successfully processed

Returns firewall_get_enterprise_firewall_logs_result of type(s) application/json
"firewall_get_enterprise_firewall_logs_result Object"
object
metaData
Optional

metaData

array of object
data
Optional

data

object
rules
Optional

rules


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/firewall/getEnterpriseFirewallLogs