Data Object - AlarmState

Property of
ManagedEntity
Returned by
GetAlarmState
Extends
DynamicData
See also
Alarm, ManagedEntity, ManagedEntityStatus

Data Object Description

Information about the alarm's state.

Properties

Name Type Description
acknowledged*xsd:boolean

Flag to indicate if the alarm's actions have been acknowledged for the associated ManagedEntity.

Since vSphere API 4.0
acknowledgedByUser*xsd:string

The user who acknowledged this triggering. If the triggering has not been acknowledged, then the value is not valid.

Since vSphere API 4.0
acknowledgedTime*xsd:dateTime

The time this triggering was acknowledged. If the triggering has not been acknowledged, then the value is not valid.

Since vSphere API 4.0
alarmManagedObjectReference
to a Alarm

Alarm object from which the AlarmState object is instantiated.
entityManagedObjectReference
to a ManagedEntity

Entity on which the alarm is instantiated.
keyxsd:string

Unique key that identifies the alarm.
overallStatusManagedEntityStatus

Overall status of the alarm object. This is the value of the alarm's top-level expression.
timexsd:dateTime

Time the alarm triggered.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition