InlineMigrationUnitGroupAggregateInfo1
InlineMigrationUnitGroupAggregateInfo1
JSON Example
{
"failed_count": 0,
"group": {
"enabled": false,
"extended_configuration": [
{
"key": "string",
"value": "string"
}
],
"migration_unit_count": 0,
"migration_units": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"current_version": "string",
"display_name": "string",
"group": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
},
"id": "string",
"metadata": [
{
"key": "string",
"value": "string"
}
],
"type": "string",
"warnings": [
"string"
]
}
],
"parallel": false,
"pause_after_each_migration_unit": false,
"type": "string"
},
"percent_complete": "number",
"status": "string"
}
integer As int32
As int32
failed_count
Optional
Number of nodes in the migration unit group that failed migration
number
percent_complete
Optional
Indicator of migration progress in percentage
string
status
Optional
Migration status of migration unit group
Possible values are :
SUCCESS,
FAILED,
IN_PROGRESS,
NOT_STARTED,
PAUSING,
PAUSED,