VMware Cloud Community
rameshgurunatha
Contributor
Contributor

How can I get Used Storage quota in vclod provider?

HI there.

I am a newbie to vcloud provider api. I am using vcloud rest api v5.1 to get

organization quota limit and usage details I am able to get cpu

(allocated,used,reserved) and memory (allocated,used,reserved) but vs(Limit) but not vs

used details. How can I get the vs(storage used details)

version 5.1

<AllocationModel>AllocationVApp</AllocationModel>

<ComputeCapacity>

<Cpu>

<Units>MHz</Units>

<Allocated>0</Allocated>

<Limit>90000</Limit>

<Reserved>0</Reserved>

<Used>24000</Used>

<Overhead>0</Overhead>

</Cpu>

<Memory>

<Units>MB</Units>

<Allocated>0</Allocated>

<Limit>51200</Limit>

<Reserved>0</Reserved>

<Used>24576</Used>

<Overhead>276</Overhead>

</Memory>

</ComputeCapacity>

version 1.5

<AllocationModel>AllocationVApp</AllocationModel>

<StorageCapacity>

<Units>MB</Units>

<Allocated>7168000</Allocated>

<Limit>7168000</Limit>

<Used>2754560</Used>

<Overhead>0</Overhead>

</StorageCapacity>

<ComputeCapacity>

<Cpu>

<Units>MHz</Units>

<Allocated>0</Allocated>

<Limit>90000</Limit>

<Used>24000</Used>

<Overhead>0</Overhead>

</Cpu>

<Memory>

<Units>MB</Units>

<Allocated>0</Allocated>

<Limit>51200</Limit>

<Used>24576</Used>

<Overhead>276</Overhead>

</Memory>

</ComputeCapacity>

Can anyone help me?

0 Kudos
0 Replies