Service - UsageStatistics
Java Class
com.omnissa.vdi.vlsi.binding.vdi.statistics.UsageStatistics
See also
Since
Horizon 7.9
Service Description¶
Usage Statistics.
Methods
Methods defined in this Service: UsageStatistics_GetLicensingCounters, UsageStatistics_ResetHighestUsageCount, UsageStatistics_ResetNamedUsersCount
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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the UsageStatistics used to make the method call. |
Return Value
Type | Description |
---|---|
UsageStatisticsLicensingCountersInfo | product license usage statistics. |
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
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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the UsageStatistics used to make the method call. |
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. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown 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
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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the UsageStatistics used to make the method call. |
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. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown 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