NSX-T Data Center REST API

QuotaStats (type)

{
  "additionalProperties": false,
  "description": "'QuotaStats' provides quota resource details.",
  "id": "QuotaStats",
  "module_id": "PolicyMultiTenancyQuota",
  "properties": {
    "assigned_max_limit": {
      "description": "Assigned max workload count.",
      "readonly": true,
      "required": false,
      "title": "Assigned max workload count.",
      "type": "integer"
    },
    "current_inventory": {
      "description": "Current workload count.",
      "readonly": true,
      "required": false,
      "title": "Current workload count.",
      "type": "integer"
    },
    "object_type": {
      "description": "Resource type name.",
      "readonly": true,
      "required": false,
      "title": "Resource type name",
      "type": "string"
    },
    "quota_name": {
      "description": "Quota name.",
      "readonly": true,
      "required": false,
      "title": "Quota name",
      "type": "string"
    },
    "quota_owner_id": {
      "description": "This is a UUID generated by the system for knowing whoes owns this object. This is used in NSX+.",
      "readonly": true,
      "required": false,
      "title": "Quota owner id assigned by the system.",
      "type": "string"
    },
    "quota_path": {
      "description": "Quota policy path.",
      "readonly": true,
      "required": false,
      "title": "Quota policy path",
      "type": "string"
    }
  },
  "title": "Policy quota status",
  "type": "object"
}