Deployment_HistoryMigrationSpec

Deployment_HistoryMigrationSpec
Deployment_HistoryMigrationSpec

The HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. vCenter History data includes

  • Statistics
  • Events
  • Tasks
JSON Example
{
    "data_set": "string",
    "defer_import": false
}
data_set
Required

The HistoryMigrationOption enumerated type defines the vCenter history migration option choices.
EVENTS_TASKS : Only event data and task data will be migrated along with the core data.
ALL : All history data will be migrated along with the core data.

boolean
defer_import
Optional

Defines how vCenter history will be migrated. If set to true, vCenter history will be migrated separately after successful upgrade(supported scenarios are upgrade from 6.0 or 6.5 to 6.7) or migration, otherwise it will be migrated along with core data during the upgrade or migration process. vCSA upgrade with deferred import is no longer supported for target version 7.0 and later. If unset, vCenter historical data won't be deferred and will be migrated along with core data.