Service - UsageStatistics

Class
VMware.Hv.UsageStatistics
See also
UsageStatisticsLicensingCountersInfo
Since
Horizon 7.9


Service Description

Usage Statistics.

Methods

Methods defined in this Service
UsageStatistics_GetLicensingCounters, UsageStatistics_ResetHighestUsageCount, UsageStatistics_ResetNamedUsersCount

UsageStatistics_GetLicensingCounters

The current and highest historical usage numbers. These numbers can be used to keep track of the product license usage.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration view is required to read the licensing counters.

Parameters

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

Return Value

Type Description
UsageStatisticsLicensingCountersInfoproduct license usage statistics.

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



UsageStatistics_ResetHighestUsageCount

The highest historical number of concurrent connections will be reset to the current number.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management is required to reset highest usage count.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the UsageStatistics 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
VLSI_CCU_RESET If the highest count is reset.

Show WSDL type definition



UsageStatistics_ResetNamedUsersCount

The highest historical number of named users will be reset to zero.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT Global configuration management is required to reset named users count.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the UsageStatistics 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
VLSI_NU_RESET Global If the named users count is reset.

Show WSDL type definition