Hi,
I'm on vRA 6.2 and have a multimachine blueprint which requires that custom properties are provided when the blueprint is requested.
But according to the CloudClient documentation, and practical tests, the --properties argument isn't allowed for multimachine blueprint requests, does anyone know how this can be solved?
Some examples:
(CloudClient 3.3.1 and 3.4.0 gives the same results)
Without --properties:
./cloudclient.sh vra catalog multimachine request submit --groupid "APP00282" --cpu 0,0,0,0 --memory 0,0,0,0 --export output.txt --reason "Via CloudClient" --description "Via CloudClient" --requestedFor "lantt913@lantm.intra.local" --id "aef9c8fb-89f3-4be3-9677-5f3c8b4019b5"
Error: Required Property missing : SERVERPROFILE.Name.
With --properties:
./cloudclient.sh vra catalog multimachine request submit --groupid "APP00282" --cpu 0,0,0,0 --memory 0,0,0,0 --export output.txt --reason "Via CloudClient" --properties SERVERPROFILE.Name="apache" --description "Via CloudClient" --requestedFor "lantt913@lantm.intra.local" --id "aef9c8fb-89f3-4be3-9677-5f3c8b4019b5"
WARNING: Option 'properties' is not available for this command. Use tab assist or the "help" command to see the legal options