NSX-T Data Center REST API

QuotaStatsPerPrefix (type)

{
  "additionalProperties": false, 
  "id": "QuotaStatsPerPrefix", 
  "module_id": "PolicyMultiTenancyQuota", 
  "properties": {
    "path_prefix": {
      "description": "Path prefix for retriving the quota details.", 
      "title": "Path prefix for the quota details.", 
      "type": "string"
    }, 
    "quota_details": {
      "items": {
        "$ref": "QuotaStats
      }, 
      "required": true, 
      "title": "QuotaStats list results", 
      "type": "array"
    }
  }, 
  "title": "Collection of QuotaStats for given path-prefix", 
  "type": "object"
}