get
https://api.controlup.com/daas-iq/v1/cloud/subscriptions//metadata/compute-quota
Returns current vCPU quota usage and limits for the subscription in a region, per VM family
(for example standardDSv3Family) plus the total regional quota.
Answers whether there is headroom to deploy, which the VM size catalog cannot; compare against a SKU's family and core count.
Supports filtering, sorting, and pagination, and is cached server-side for 5 minutes, so very recent deployments may not be reflected.
Useful filter examples:
- Families with active usage: filter=gt(currentUsage,0)
- Specific family lookup: filter=eq(name,standardDSv3Family)
- Total regional quota: filter=eq(name,cores)
