Skip to main content

Create a log forwarding profile

POST 

/log-forwarding-profiles

Create a new log forwarding profile.

Request

Body

Created

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name string

    Possible values: <= 63 characters

    The name of the log forwarding profile

    description string

    Possible values: <= 255

    Log forwarding profile description

    match_list object[]
  • Array [
  • name string

    Possible values: <= 63 characters

    Name of the match profile

    action_desc string

    Possible values: <= 255 characters

    Match profile description

    log_type string

    Possible values: [traffic, threat, wildfire, url, data, tunnel, auth, decryption]

    Log type

    filter string

    Possible values: <= 65535 characters

    Filter match criteria

    send_http string[]

    A list of HTTP server profiles

    send_syslog string[]

    A list of syslog server profiles

  • ]

Responses

Created

Loading...