vRA 8.9
the existing vRA Action "Add Disk" will create an Cloud.vSphere.Disk, however I need to do it via vRO. (I know I could call the API to trigger the Action etc...sure...but not what I'm after). The Libary has a Workflows called Ïnfrastructure/Disks/Create Disk" and "Infrastructure/Machines/Disks/Attach Machine Disk" and they work. They will create in the deployment a new Disk and attach it.
HOWEVER:
there are certain problems I have using the workflows:
I attached the REST return for the disks to show the difference. Any idea what REST API function the UI call triggers?
OK..so one part I could now figure out.
The Error about the disk comes from the Attach that I run DRIECTLY after the AddDisk. But it seams that even as the Request is finished the disk is not really done and the attach does something funny. A 60sec WAIT will work wonders.
Still not clear HOW I can get a Cloud.vSphere.Disk instead of a Cloud.Volume?
@VMware the attach wants the UnitNumber as Sting...should be a Number.
