VMware Aria

 View Only

 How check and use Cloud Director events to Operations

Andrii Pavchynskyi's profile image
Andrii Pavchynskyi posted Feb 04, 2025 11:39 AM

I found this article on receiving events in operations:
https://techdocs.broadcom.com/us/en/vmware-cis/aria/aria-operations-for-integrations/8-12/vmware-vcloud-director-adapter-installation-and-configuration-guide-8-12/introduction-to-the-management-pack-for-vcloud-director/how-the-adapter-processes-events.html

I'm interested, for example, in the VM_MODIFY event


# cat /usr/lib/vmware-vcops/user/plugins/inbound/vcloud_adapter3/conf/events_white_list.txt | grep VM_
VM_CREATE
VM_MODIFY
VM_UNDEPLOY
VM_DEPLOY
VM_CHANGE_STATE
VM_DELETE

# cat /usr/lib/vmware-vcops/user/plugins/inbound/vcloud_adapter3/work/vcloud_331.properties
LAST_EVENT_TIME = 2024/04/08 09:52:50:502
PROCESS_EVENTS = true

Where can I see if these events are coming and how can I use them later, for example, for an alert or webhook, etc.?