ConfigureSyslogServers

This method sets the syslog log forwarding. It configures all the SRM applications to forward to the specified servers. Receiving null deletes all the configurations. The new spec completely replaces the old configured servers.

Synopsis

void configureSyslogServers(@optional SyslogForwardInfo[] info)

info parameter is a list of SyslogForwardInfo objects.

SyslogForwardInfo object contains information for syslog log forwarding. For more information, see ConfigureSyslogForwarding.

Faults

  • InvalidArgument
  • SystemError
  • RuntimeFault

For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.