Hi, when I use vRA REST API to update a composite blueprint, as the following shows, there is a disk id attribute that I need to provide. Where can I get this id? thanks in advance.
Note: I can get the vm template using https://vrahost/iaas-proxy-provider/api/source-machines/{source-machinesId}/?platformTypeId=Infrastructure.CatalogItem.Machine.Virtual.vSphere. but there is no such Integer type disk id.
Hello weilin07, I occasionally found out that disk id is just a timestamp of the disk creation time. When you create a blueprint in web UI and add new VM disk, disk id is set to a current number of milliseconds from the epoch on vRA appliance server.