NSX-T Data Center REST API

MigrationUnitGroupStatus (type)

{
  "additionalProperties": false,
  "id": "MigrationUnitGroupStatus",
  "module_id": "Migration",
  "properties": {
    "failed_count": {
      "readonly": true,
      "required": false,
      "title": "Number of nodes in the migration unit group that failed migration",
      "type": "int"
    },
    "group_id": {
      "description": "Identifier for migration unit group",
      "readonly": true,
      "required": true,
      "title": "UUID of migration unit group",
      "type": "string"
    },
    "group_name": {
      "description": "Name of the migration unit group",
      "readonly": true,
      "required": true,
      "title": "Migration unit group Name",
      "type": "string"
    },
    "migration_unit_count": {
      "readonly": true,
      "required": true,
      "title": "Number of migration units in the group",
      "type": "int"
    },
    "percent_complete": {
      "readonly": true,
      "required": true,
      "title": "Indicator of migration progress in percentage",
      "type": "number"
    },
    "status": {
      "enum": [
        "SUCCESS",
        "FAILED",
        "IN_PROGRESS",
        "NOT_STARTED",
        "PAUSING",
        "PAUSED"
      ],
      "readonly": true,
      "required": true,
      "title": "Migration status of migration unit group",
      "type": "string"
    }
  },
  "type": "object"
}