| Class | Description |
|---|---|
| EventFormat |
EventFormat
This sample retrieves and formats the lastEvent from Hostd or Vpxd
Parameters:
url [required] : url of the web service.
|
| EventHistoryCollectorMonitor |
EventHistoryCollectorMonitor
This sample demonstrates how to create and monitor an EventHistoryCollector
This sample uses the latestPage property of the EventHistoryCollector
to filter the Events
Parameters:
url [required] : url of the web service
username [required] : username for the authentication
password [required] : password for the authentication
Command Line:
run.bat com.vmware.vm.EventHistoryCollectorMonitor
--url [webserviceurl] --username [username] --password [password]
|
| VMEventHistoryCollectorMonitor |
VMEventHistoryCollectorMonitor
This sample is responsible for creating EventHistoryCollector
filtered for a single VM and monitoring Events using the
latestPage attribute of the EventHistoryCollector.
|