NSX-T Data Center REST API

PathPrefixListRequestParameter (type)

{
  "additionalProperties": false,
  "description": "List of path-prefix values for which the quota-status is required.",
  "id": "PathPrefixListRequestParameter",
  "module_id": "PolicyMultiTenancyQuota",
  "properties": {
    "path_prefixes": {
      "description": "The array contains path-prefix",
      "items": {
        "type": "string"
      },
      "maxItems": 60,
      "minItems": 1,
      "required": true,
      "title": "Array of path-prefix",
      "type": "array"
    }
  },
  "title": "List of path-prefix values.",
  "type": "object"
}