SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > L
  • 0 Ratings

Data Object - LicenseDiagnostics(vim.LicenseManager.DiagnosticInfo)

Property of
LicenseManager
Extends
DynamicData
See also
LicenseManagerState
Since
VI API 2.5

Data Object Description

Deprecated. As of vSphere API 4.0, this is not used by the system.

This data object type provides summary status and diagnostic information for LicenseManager. Counters in this property can be reset to zero. The property specified as a discontinuity is used to determine when this last occurred.

Properties

Name Type Description
lastStatusUpdatexsd:dateTime

A timestamp of when opState was last updated.
licenseFeatureUnknownsxsd:string

Counter to track Total number of license features parsed from License source that are not recognized. This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
licenseRequestFailuresxsd:string

Counter to track Total number of licenses requests that were not fulfilled (denied, timeout, or other). This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
licenseRequestsxsd:string

Counter to track total number of licenses requested. This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
opFailureMessagexsd:string

A human readable reason when optState reports Fault condition.
opStateLicenseManagerState

The general state of the license subsystem.
sourceLastChangedxsd:dateTime

A timestamp of when sourceAvailable last changed state, expressed in UTC.
sourceLatencyxsd:float

Exponentially decaying average of the transaction time for license acquisition and routine communications with LicenseSource. Units: milliseconds.
sourceLostxsd:string

Counter to track number of times connection to source was lost. This value starts at zero and wraps at 2^32-1 to zero. Discontinuity: sourceLastChanged.
Properties inherited from DynamicData
None

Show WSDL type definition




Feedback

  • 0 Ratings