Service - Syslog
Java Class
com.omnissa.vdi.vlsi.binding.vdi.infrastructure.Syslog
See also
Since
Horizon View 6.0
Service Description¶
The Syslog service interface.
Methods
Methods defined in this Service: Syslog_Get, Syslog_Update
Gets the SyslogInfo.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view privilege is required to read Syslog settings. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Syslog used to make the method call. |
Return Value
Type | Description |
---|---|
SyslogInfo | Root syslog configuration information object. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the Syslog used to make the method call. |
updates | MapEntry[] | Key value pairs describing attributes to be updated. 1 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidRequest | Thrown 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. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
-
This parameter is an update map based on SyslogInfo. ↩