Hello
After upgrading vCD to Version 8.0.1 we encountering issues configuring objects via vCD Interface in VMWare Cluster where the IOP Limit is reached (Looks like our configured IOP Limit per VM is registered by vCD as a Reservation and thus the capacity is exceeded.
for that reason Iam trying to increase the capacity via API call
QueryResultDatastoreRecordType
(Element: iopsCapacity and iopsAllocated)
and
VdcStorageProfileIopsSettingsType
(Element: DiskIopsMax)
I have to admit that my knowledge here is very limited and I just tried to figure out how to Change the values (like method GET/POSTor PUT)
After reading the vCD SDK 8.* guide and the online api guide I was still not able to query and find the Type/Element and even then ist not very well documented how to change it properly.
curl -i -k -H "Accept:application/*+xml;version=1.5" -H "x-vcloud-authorization:af185c4aad3242388ad94ccc2ebd7176" -X GET https://vcloud.domain.de/api/session
curl -i -k -H "Accept:application/*+xml;version=1.5" -H "x-vcloud-authorization:af185c4aad3242388ad94ccc2ebd7176" -X GET https://vcloud.domain.de/api/query?type=providerVdc&format=references
Do you have any advices for me ?
BR, uxmax