Service - CEIP

Class
VMware.Hv.CEIP
See also
CEIPInfo, CEIPLoginTypeSpec, MapEntry
Since
Horizon View 6.0


Service Description

The Customer Experience Improvement Program service interface.

Methods

Methods defined in this Service
CEIP_Get, CEIP_SetLoginType, CEIP_Update

CEIP_Get

Gets the CEIP info.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration view privilege is required to retrieve the CEIP configuration.

Parameters

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

Return Value

Type Description
CEIPInfoThe CEIP info.

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



CEIP_SetLoginType

Set the login type for CEIP reporting.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CEIP used to make the method call.
typeCEIPLoginTypeSpec

The login type for the current authenticated session.

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.

Show WSDL type definition



CEIP_Update

Updates the CEIP info using the update map.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management privilege is required to modify the CEIP configuration.

Parameters

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

The updates to apply.
  • This parameter is an update map based on CEIPInfo.

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
VLSI_CEIP_UPDATED If all members were successfully updated, this will be sent for each updated member in the update map.
VLSI_CEIP_UPDATE_FAILED If any member could not be updated.

Show WSDL type definition