Service - Syslog

Class
VMware.Hv.Syslog
See also
MapEntry, SyslogInfo
Since
Horizon View 6.0


Service Description

The Syslog service interface.

Methods

Methods defined in this Service
Syslog_Get, Syslog_Update

Syslog_Get

Gets the SyslogInfo.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration view privilege is required to read Syslog settings.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the Syslog used to make the method call.

Return Value

Type Description
SyslogInfoRoot syslog configuration information object.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



Syslog_Update

Update syslog configuration with the set of attributes in the map.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management privilege is required to update Syslog settings.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the Syslog used to make the method call.
updatesMapEntry[]

Key value pairs describing attributes to be updated.
  • This parameter is an update map based on SyslogInfo.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidRequestThrown if UNC username is changed without changing UNC password, or either UNC path or UNC username is missing when attempting to use a remote file server.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition