Skip to main content

Update a log forwarding profile

PUT 

/log-forwarding-profiles/:id

Update an existing log forwarding profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    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

OK

Loading...