NSX-T Data Center REST API

CapacityThreshold (type)

{
  "id": "CapacityThreshold",
  "module_id": "CapacityDashboard",
  "properties": {
    "max_threshold_percentage": {
      "description": "Set the maximum threshold percentage. Specify a value between 0 and 100. Usage percentage above this value is tagged as critical.",
      "maximum": 100,
      "minimum": 0,
      "required": true,
      "title": "Maximum threshold percentage",
      "type": "number"
    },
    "min_threshold_percentage": {
      "description": "Set the minimum threshold percentage. Specify a value between 0 and 100. Usage percentage above this value is tagged as warning.",
      "maximum": 100,
      "minimum": 0,
      "required": true,
      "title": "Minimum threshold percentage",
      "type": "number"
    },
    "threshold_type": {
      "description": "Indicate the object type for which threshold is to be set.",
      "required": true,
      "title": "Object type for which threshold is to be set",
      "type": "string"
    }
  },
  "type": "object"
}