Skip to main content

Get Syslog Servers on an Element (v2.2)

GET 

https://api.sase.paloaltonetworks.com/sdwan/v2.2/api/sites/:site_id/elements/:element_id/syslogservers

Get the syslog servers on an element.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    element_id stringrequired

    ID of the element.

Responses

Successful Operation

Schema
    countint32

    The actual count.

    idstring

    The ID.

    items SyslogServerScreenV2N2[]
  • Array [
  • description

    The description of the syslog server. Max characters = 1024.

    enable_flow_loggingboolean

    Enables export flow logs to the Syslog server.

    enabledboolean

    The Syslog server field is enabled to enable the syslog server.

    idstring

    The ID of the Syslog server.

    namestringrequired

    The Syslog server name. Max characters = 128.

    protocolstring

    The protocol type (TCP, or UDP, or TLS). The default protocol is UDP.

    remote_ca_certificatestring

    The standard VPN endpoint CA certificate uploaded for certificate authentication.

    server_fqdnstring

    The Syslog server FQDN domain name.

    server_ipstring

    The Syslog server IP address.

    server_portint32

    The Syslog server port number. The default port is 514 for TCP or UDP and 6514 for TLS.

    severity_levelstring

    The Severity Level from a severity level of critical, major, or minor.

    source_interfacestring

    The source interface for the Syslog server. If no value is entered for this field, then the controller port is considered as the default source interface.

    syslog_profile_idstring

    The syslog profile ID.

    tagsstring[]

    A information field that can be added to identify the event multicast RP config. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.2/api/sites/:site_id/elements/:element_id/syslogservers' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!