NSX-T Data Center REST API

MigrationUnitTypeStats (type)

{
  "additionalProperties": false, 
  "id": "MigrationUnitTypeStats", 
  "module_id": "Migration", 
  "properties": {
    "node_count": {
      "readonly": true, 
      "required": true, 
      "title": "Number of nodes", 
      "type": "int"
    }, 
    "node_with_issues_count": {
      "readonly": true, 
      "required": false, 
      "title": "Number of nodes with issues that may cause migration failure", 
      "type": "int"
    }, 
    "type": {
      "readonly": true, 
      "required": true, 
      "title": "Type of migration unit", 
      "type": "string"
    }, 
    "version": {
      "readonly": true, 
      "required": true, 
      "title": "Version of the migration unit", 
      "type": "string"
    }
  }, 
  "type": "object"
}