NSX-T Data Center REST API

MigrationUnitAggregateInfo (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "MigrationUnitAggregateInfo",
  "module_id": "Migration",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "errors": {
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "List of errors occurred during migration of this migration unit",
      "type": "array"
    },
    "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": "Status of migration unit",
      "type": "string"
    },
    "unit": {
      "$ref": "MigrationUnit",
      "description": "Details of the migration unit",
      "readonly": true,
      "required": true,
      "title": "Migration unit info"
    }
  },
  "type": "object"
}