NSX-T Data Center REST API

UpgradeResourceFilter (type)

{
  "additionalProperties": false, 
  "id": "UpgradeResourceFilter", 
  "module_id": "Upgrade", 
  "properties": {
    "field_name": {
      "description": "Resource type. It is mandatory field.", 
      "enum": [
        "id", 
        "name", 
        "enabled", 
        "mode", 
        "status", 
        "ip", 
        "host-os", 
        "host-os-version", 
        "version"
      ], 
      "readonly": false, 
      "required": true, 
      "title": "Resource type", 
      "type": "string"
    }, 
    "values": {
      "description": "Values to be searched. For searching exact string use simple string e.g. Cluster-1 , for wildcard , use  *Cluster*1*. This values are Or'ed while filtering i.e. if resource matches any of the value in array (case-insensitive) then it will be returned.", 
      "items": {
        "type": "string"
      }, 
      "readonly": false, 
      "required": true, 
      "title": "array of exact value / wildcard patterns to be searched", 
      "type": "array"
    }
  }, 
  "type": "object"
}