NSX-T Data Center REST API

InventoryConfig (type)

{
  "additionalProperties": false,
  "id": "InventoryConfig",
  "module_id": "Inventory",
  "properties": {
    "compute_managers_soft_limit": {
      "description": "Soft limit on number of compute managers, which can be added, beyond which, addition of compute managers will result in warning getting logged",
      "readonly": false,
      "required": true,
      "title": "Soft limit on number of compute managers",
      "type": "int"
    }
  },
  "type": "object"
}