Skip to main content

List log forwarding profiles

GET 

/log-forwarding-profiles

Retrieve a list of log forwarding profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id uuid

    The UUID of the log server profile

    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

  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...