VMware Cloud Community
orian
Hot Shot
Hot Shot

Get Note

Hi,

How can I read the note of virtual machine with the VMware Orchestrator?

Thanks!

0 Kudos
1 Reply
iiliev
VMware Employee
VMware Employee

Hi,

Try the following code (its input is vm of type VC:VirtualMachine)

var note = vm.config.annotation;

System.log("note: " + note);

0 Kudos