Configuring Syslog Service For A Vshield App - VMware VSHIELD APP 1.0 - API Programming Manual

Vshield api
Table of Contents

Advertisement

vShield API Programming Guide

Configuring Syslog Service for a vShield App

You can configure all vShield App instances to send system events to up to two syslog servers. All vShield App 
instances share the same syslog server configuration.
This request returns the list of syslog servers configured on the first vShield App instance that responds.
Example 6-20. Get the Syslog Server Configuration for All vShield App Instances
Request:
GET <vshield_manager-uri>/api/1.0/zones/syslogServers
This request configures all vShield App instances connected to the vShield Manager to send events to the 
specified syslog servers.
Example 6-21. Post the Syslog Server Configuration across All vShield App Instances
Request:
POST <vshield_manager-uri>/api/1.0/zones/syslogServers
This request deletes the syslog server configuration across all vShield App instances connected to the vShield 
Manager. 
Example 6-22. Delete the Syslog Server Configuration across all vShield App Instances
Request:
DELETE <vshield_manager-uri>/api/1.0/zones/syslogServers
This request deletes a single syslog server by IP address across all vShield App instances connected to the 
vShield Manager. 
Example 6-23. Delete a Single Syslog Server by IP Address from All vShield App Instances
Request:
DELETE <vshield_manager-uri>/api/1.0/zones/syslogServers/<ip_of_syslogServer>
62
VMware, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VSHIELD APP 1.0 - API and is the answer not in the manual?

Questions and answers

Table of Contents