Skip to content

Instantly share code, notes, and snippets.

@ej-github
Created November 15, 2018 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ej-github/1b56790e4c204fee3816c77a45f6cac9 to your computer and use it in GitHub Desktop.
Save ej-github/1b56790e4c204fee3816c77a45f6cac9 to your computer and use it in GitHub Desktop.
Get Notes for vCenter VM
// VMware vRealize Orchestrator action sample
//
// Return the notes for a vCenter VM
//
// For vRO 7.0+
//
// Action Inputs:
// vm - VC:VirtualMachine - vCenter VM Object
//
// Return type: string - Notes for VM
return vm.summary.config.annotation;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment