Get Syslog Servers on an Element (v2.2)
GEThttps://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
- 200
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
countint32
The actual count.
idstring
The ID.
items SyslogServerScreenV2N2[]
{
"count": 0,
"id": "string",
"items": [
{
"enable_flow_logging": true,
"enabled": true,
"id": "string",
"name": "string",
"protocol": "string",
"remote_ca_certificate": "string",
"server_fqdn": "string",
"server_ip": "string",
"server_port": 0,
"severity_level": "string",
"source_interface": "string",
"syslog_profile_id": "string",
"tags": [
"string"
]
}
]
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.2/api/sites/:site_id/elements/:element_id/syslogservers' \
-H 'Accept: application/json'
ResponseClear