-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In certain cases the ManagedObjectReference alone might not be useful, e.g. when an object is deleted. This commit adds a new field `objectName` to the outbound JSON data which serves as additional metadata for the receiver. Note: ObjectName for certain vSphere objects, e.g. virtual machines, is only unique within a folder (if applicable) as per the description [here](https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vm_admin.doc/GUID-76E73C62-A973-4839-BB67-AC1817908E6D.html). This added field should be treated as metadata and not for requests against vCenter (use `ManagedObjectReference` instead). Signed-off-by: Michael Gasch <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters