3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

6.2
Job Control for Copy Services
CIM API Programming Reference InForm OS Version 2.3.1
6.3 Job Control for Copy Services
The 3PAR CIM Server supports indication subscriptions for changes in the operational status of
a concrete job related to Copy Services. Clients must send the following query string to the
3PAR CIM Server:
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob
6.4 Thin Provisioning
The 3PAR CIM Server supports indication subscriptions for various thin provisioning related
alert indications. Clients may send the following query string to the 3PAR CIM Server to receive
all of the alert indications:
SELECT * FROM CIM_AlertIndication
As an alternative, the client can send any of the following to choose the specific indication(s)
to receive:
SELECT * FROM TPD_StoragePoolGrowWarningAlert
SELECT * FROM TPD_StoragePoolGrowLimitAlert
SELECT * FROM TPD_StoragePoolGrowFailureAlert
SELECT * FROM TPD_StoragePoolOverUsedWarningAlert
SELECT * FROM TPD_StorageVolumeAllocationFailureAlert
SELECT * FROM TPD_StorageVolumeAllocationWarningAlert
SELECT * FROM TPD_StorageVolumeAllocationLimitAlert
SELECT * FROM TPD_SnapShotAdminSpaceAlert
SELECT * FROM TPD_SnapShotUserSpaceAlert