Skip to main content

List syslog server profiles

GET 

/syslog-server-profiles

Retrieve a list of syslog server 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 string

    The UUID of the syslog server profile

    name string

    Possible values: <= 31 characters

    The name of the syslog server profile

    format object
    escaping object
    escape_character string

    Possible values: <= 1 characters

    Escape sequence delimiter

    escaped_characters string

    Possible values: <= 255 characters

    A list of all the characters to be escaped (without spaces).

    traffic string
    threat string
    wildfire string
    url string
    data string
    gtp string
    sctp string
    tunnel string
    auth string
    userid string
    iptag string
    decryption string
    config string
    system string
    globalprotect string
    hip_match string
    correlation string
    servers object
    name string

    Syslog server name

    server string

    Syslog server address

    transport string

    Possible values: [UDP, TCP]

    Transport protocol

    port integer

    Possible values: >= 1 and <= 65535

    Syslog server port

    format string

    Possible values: [BSD, IETF]

    Syslog format

    facility string

    Possible values: [LOG_USER, LOG_LOCAL0, LOG_LOCAL1, LOG_LOCAL2, LOG_LOCAL3, LOG_LOCAL4, LOG_LOCAL5, LOG_LOCAL6, LOG_LOCAL7]

    Syslog facility

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...