Update Syslog REST API
This PUT operation updates an existing Unified CVP device with the updated Syslog server configuration as specified in the request.
URL | https://<ipaddress>:8111//cvp-config/server/<id> |
HTTP Method | PUT |
API Type | Synchronous |
Input/Output Format | JSON, XML |
Response Elements | syslog: Highlevel element to wrap syslog configuration of the device. primary: Represents the primary Syslog server. secondary: Represents the secondary Syslog server. active: Represents the Active Syslog server. host :Represents the host name or ip address of the Syslog server. port : Represents the port number of the Syslog server. backup: Represents the backup for the active Syslog server. |
Sample Request | PUT https://api.cvp.com:8111/cvp-config/server/<id> |
Sample XML Response | |
Sample JSON Response | |
Code Examples | |