EMC ViPR REST API

Search (SHIFT+S)

API Reference


Update Quota

PUT /tenants/{id}/quota

Updates quota and available capacity before quota is exhausted

idthe URN of a ViPR Tenant.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SECURITY_ADMIN

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<quota_update>
<quota_enabled> Enable setting quotas for this resource. Boolean
<quota_gb> Set this quota (in Gb) for this resource. Long
</quota_update>

Response Body

QuotaInfo Quota metrics.

Field Description Type Notes
<quota_info>
<enabled> Indicates whether setting quotas is enabled for this resource. Boolean
<quota_gb> The quota set (in Gb) for this resource. Long
<current_capacity> The provisioned quota (in Gb) allocated for this resource. Long
<limited_resource>    
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</limited_resource>      
</quota_info>