NSX-T Data Center REST API

MigrationUnit (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "MigrationUnit",
  "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"
    },
    "current_version": {
      "description": "This is component version e.g. if migration unit is of type HOST, then this is host version.",
      "readonly": true,
      "required": false,
      "title": "Current version of migration unit",
      "type": "string"
    },
    "display_name": {
      "readonly": false,
      "required": false,
      "title": "Name of the migration unit",
      "type": "string"
    },
    "group": {
      "$ref": "ResourceReference",
      "readonly": true,
      "required": false,
      "title": "Info of the group to which this migration unit belongs"
    },
    "id": {
      "description": "Identifier of the migration unit",
      "readonly": true,
      "required": true,
      "title": "UUID of the migration unit",
      "type": "string"
    },
    "metadata": {
      "items": {
        "$ref": "KeyValuePair"
      },
      "readonly": true,
      "required": false,
      "title": "Metadata about migration unit",
      "type": "array"
    },
    "type": {
      "readonly": false,
      "required": false,
      "title": "Migration unit type",
      "type": "string"
    },
    "warnings": {
      "items": {
        "type": "string"
      },
      "readonly": true,
      "required": false,
      "title": "List of warnings indicating issues with the migration unit that may result in migration failure",
      "type": "array"
    }
  },
  "type": "object"
}