VMware {code} Community
visual2me
Enthusiast
Enthusiast
Jump to solution

how to capture changes of VirtualCenter in time

is there any mechanism buildin VC (or vi sdk), which provides the "capture data change" function? i mean, for example, my application implemented with vi sdk can get a notification when any changes happen in VC.

i think one of the solutions is to monitor the sql server used by VC, but i just want to make sure if there is an API buildin VC for this mechanism.

0 Kudos
1 Solution

Accepted Solutions
ssurana
VMware Employee
VMware Employee
Jump to solution

Hi,

You can use the waitForUpdates or checkForUpdates API for monitoring the changes occurring in the Virtual Center. Thus getting the notification of the changes along with the set of changes.

~ Sidharth

View solution in original post

0 Kudos
1 Reply
ssurana
VMware Employee
VMware Employee
Jump to solution

Hi,

You can use the waitForUpdates or checkForUpdates API for monitoring the changes occurring in the Virtual Center. Thus getting the notification of the changes along with the set of changes.

~ Sidharth

0 Kudos