ESXi 5.5 supports the following types of indications.
To receive CIM indications, you must have a running process that accepts indication messages and logs them or otherwise acts on them, depending on your application. You can use a commercial CIM indication consumer to do this. If you choose to implement your own indication consumer, see the following documents:
■
|
DMTF's CIM Event Model White Paper at http://www.dmtf.org/standards/documents/CIM/DSP0107.pdf |
■
|
DMTF's Indications Profile specification at http://www.dmtf.org/standards/published_documents/DSP1054.pdf |
■
|
CIM indication specifications from your server supplier that are specific to the server model |
The indication consumer must operate with a known URL. This URL is used when instantiating the IndicationHandler object.
Similarly, you must know which indication class to monitor. This information is used when instantiating the IndicationFilter object.
This example shows how to instantiate the objects needed to register for indications.
This pseudocode depends on the pseudocode in Make a Connection to the CIMOM.