Last active
May 27, 2019 14:26
-
-
Save kskilling/bd038ead7597d13c11247c8df789b7ec to your computer and use it in GitHub Desktop.
Additional code to capture the protected VM deployed from vRA into the SRM Protection Group
This file contains hidden or 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
| protectedVM = response.getOutParameter("returnval[0].vm"); | |
| protectedVMType = response.getOutParameterAttribute("returnval[0].vm","type"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment