Skip to main content

Create a syslog server profile

POST 

/syslog-server-profiles

Create a new syslog server 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: <= 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

Responses

Created

Loading...