NSX-T Data Center REST API

QuotaStats (type)

{
  "additionalProperties": false, 
  "description": "'QuotaStats' provides quota details.", 
  "id": "QuotaStats", 
  "module_id": "PolicyMultiTenancyQuota", 
  "properties": {
    "assigned_max_limit": {
      "description": "Assigned max workload count.", 
      "required": false, 
      "title": "Assigned max workload count.", 
      "type": "int"
    }, 
    "current_inventory": {
      "description": "Current workload count.", 
      "required": false, 
      "title": "Current workload count.", 
      "type": "int"
    }, 
    "object_type": {
      "description": "Resource type name.", 
      "required": false, 
      "title": "Resource type name", 
      "type": "string"
    }, 
    "quota_name": {
      "description": "Quota name.", 
      "required": false, 
      "title": "Quota name", 
      "type": "string"
    }
  }, 
  "title": "Policy quota status", 
  "type": "object"
}