Service - EventDatabase

Class
VMware.Hv.EventDatabase
See also
EventDatabaseInfo, MapEntry
Since
Horizon View 6.0


Service Description

Service to manage the event database.

Methods

Methods defined in this Service
EventDatabase_Clear, EventDatabase_Get, EventDatabase_Update

EventDatabase_Clear

Clear the event database settings for this View cluster. If no event database is set, this will no-op.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global management is required to clear event database settings.

Parameters

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

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.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
ADMIN_DATABASE_CONFIGURATION_DELETED If a set Event Database was successfully cleared.
ADMIN_DATABASE_CONFIGURATION_DELETE_FAILED If a set Event Database could not be cleared.

Show WSDL type definition



EventDatabase_Get

Gets the event database settings for this View cluster If no event database is set, the eventDatabaseSet field will indicate that the settings and database members should be ignored.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration (read-only) is required to get event database settings.

Parameters

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

Return Value

Type Description
EventDatabaseInfoThe GlobalSettingsInfo 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



EventDatabase_Update

Updates the event database settings for this View cluster. If no event database is set, this will cause a new event database to be set. If the settings are invalid, will throw InvalidRequest.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global management is required to update event database settings.

Parameters

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

key value pairs describing attributes to be updated

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 the broker can't connect to the database with the new settings
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
ADMIN_DATABASE_CONFIGURATION_ADDED If the Event Database was not set, and a new one was successfully created.
ADMIN_DATABASE_CONFIGURATION_ADD_FAILED If the Event Data was not set, and a new one could not be created.
ADMIN_DATABASE_CONFIGURATION_UPDATED If a set Event Database was successfully updated.
ADMIN_DATABASE_CONFIGURATION_UPDATE_FAILED If a set Event Database could not be updated.

Show WSDL type definition