NSX-T Data Center REST API

VmAggregateInfo (type)

{
  "additionalProperties": false, 
  "description": "VM aggregate info.", 
  "id": "VmAggregateInfo", 
  "module_id": "OverlayAdoption", 
  "properties": {
    "errors": {
      "description": "List of errors.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "required": false, 
      "title": "List of errors", 
      "type": "array"
    }, 
    "migration_status": {
      "description": "VM migration status", 
      "enum": [
        "NOT_STARTED", 
        "IN_PROGRESS", 
        "SUCCESS", 
        "FAILED", 
        "NOT_FOUND"
      ], 
      "readonly": true, 
      "required": false, 
      "title": "VM migration code", 
      "type": "string"
    }, 
    "target_cluster_id": {
      "description": "Target cluster ID.", 
      "readonly": true, 
      "required": false, 
      "title": "Target cluster ID", 
      "type": "string"
    }, 
    "target_cluster_name": {
      "description": "Target cluster name.", 
      "readonly": true, 
      "required": false, 
      "title": "Target cluster name", 
      "type": "string"
    }, 
    "vm": {
      "$ref": "VmEntity, 
      "description": "VM details", 
      "readonly": true, 
      "required": false, 
      "title": "VM details"
    }, 
    "warnings": {
      "description": "List of warnings.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "required": false, 
      "title": "List of warnings", 
      "type": "array"
    }
  }, 
  "title": "VM aggregate info", 
  "type": "object"
}