HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

5 CIM Indications
SMI-S provides for asynchronous notification of events that indicate changes in the CIM server or
the managed elements controlled by the CIM server. CIM indications are the mechanism for delivery
of such events. A CIM client must subscribe to indications it wants to receive event notifications
from the CIM server. For detailed information regarding Indications, refer to SMI S at www.snia.org.
When creating the IndicationFilter, the QueryLanguage property should be set to “DMTF:CQL.
Lifecycle Indications
Storage Volume
TPD_StorageVolumeInstCreation
The 3PAR CIM Server currently supports indication subscriptions for creation of StorageVolume.
Clients must send the following query string to the HP 3PAR CIM Server:
SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_StorageVolume
TPD_StorageVolumeInstDeletion
The 3PAR CIM Server currently supports indication subscriptions for deletion of StorageVolume.
Clients must send the following query string to the HP 3PAR CIM Server:
SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_StorageVolume
TPD_StorageVolumeInstModification
The 3PAR CIM Server currently supports indication subscriptions for changes in the
OperationalStatus, NumberOfBlocks and ElementName of StorageVolume. Clients can send any
of the following query strings to the HP 3PAR CIM Server:
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_StorageVolume
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_StorageVolume AND
SourceInstance.CIM_StorageVolume::OperationalStatus <>
PreviousInstance.CIM_StorageVolume::OperationalStatus
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_StorageVolume AND
SourceInstance.CIM_StorageVolume::NumberOfBlocks <>
PreviousInstance.CIM_StorageVolume::NumberOfBlocks
DynamicStoragePool
TPD_DynamicStoragePoolInstCreation
The 3PAR CIM Server currently supports indication subscriptions for creation of DynamicStoragePool.
Clients must send the following query string to the HP 3PAR CIM Server:
SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_StoragePool
138 CIM Indications