Hi
I'm developing plugin to integrate storage to vSphere. I would like to prepare the storage for VM Snapshot (CreateSnapshot_Task) execution. In instance there should be some API called on storage before VM Snapshot starts work on VMDK.
Is there some API to register to event of CreatSnapshot_Task and block it until my call is finished?
Can you reference me to some documentation about integrating storage solutions with Snapshots?