queryMigrationsResponse_data_items_inner_progress

queryMigrationsResponse_data_items_inner_progress
queryMigrationsResponse_data_items_inner_progress

Virtual machine migration progress details.

JSON Example
{
    "startTime": "number",
    "endTime": "number",
    "message": "string",
    "draftState": "string",
    "isRescheduleAllowed": false,
    "isCancelled": 0,
    "isDone": false,
    "didFail": false,
    "total": "string",
    "error": {
        "count": 0,
        "value": "number",
        "message": "string"
    },
    "transfer": {
        "count": 0,
        "value": 0,
        "startTime": "number",
        "endTime": 0,
        "progressCount": 0,
        "progress": 0,
        "completedCount": 0,
        "completed": 0,
        "abortedCount": 0,
        "canceledCount": 0,
        "aborted": "number",
        "canceled": "number",
        "parkedCount": 0,
        "parked": 0,
        "errorCount": 0,
        "error": 0
    },
    "switchover": {
        "count": 0,
        "value": 0,
        "endTime": 0,
        "progressCount": 0,
        "progress": 0,
        "completedCount": 0,
        "completed": 0,
        "abortedCount": 0,
        "aborted": "number",
        "canceledCount": 0,
        "canceled": "number",
        "parkedCount": 0,
        "parked": 0,
        "errorCount": 0,
        "error": 0,
        "waitingCount": 0,
        "waiting": 0
    },
    "parked": {
        "count": 0,
        "value": 0
    },
    "aborted": {
        "count": 0,
        "value": "number"
    },
    "canceled": {
        "count": 0,
        "value": "number"
    },
    "state": {
        "statusType": "string",
        "rowType": "string",
        "status": "string",
        "errorsOccurred": false,
        "message": "string",
        "errorMessage": "string",
        "lastUpdated": "string",
        "isRescheduleAllowed": false,
        "isError": 0,
        "isTransferError": 0,
        "isTransfer": 0,
        "isSwitchoverError": 0,
        "isTransferProgress": 0,
        "isTransferCompleted": 0,
        "isTransferParked": 0,
        "isSwitchoverCompleted": 0,
        "isSwitchoverProgress": 0,
        "isSwitchover": 0,
        "isParked": 0,
        "isSwitchoverParked": 0,
        "isTransferAborted": 0,
        "isSwitchoverAborted": 0,
        "isAborted": 0,
        "isTransferCanceled": 0,
        "isSwitchoverCanceled": 0,
        "isCanceled": 0,
        "isWaitingForMaintWindow": 0,
        "isDone": false,
        "isVMotionBaseSyncInProgress": false,
        "isSwitchoverStarted": 0
    },
    "forceCleanupStatus": {
        "localStatus": {
            "status": "string",
            "message": "string",
            "isSource": false
        },
        "remoteStatus": {
            "status": "string",
            "message": "string",
            "isSource": false
        }
    },
    "log": [
        {
            "statusType": "string",
            "rowType": "string",
            "status": "string",
            "errorsOccurred": false,
            "message": "string",
            "errorMessage": "string",
            "lastUpdated": "string",
            "bytesTransferred": 0,
            "totalBytes": "number"
        }
    ]
}
number
startTime
Optional

Migration start time.

number
endTime
Optional

Migration end time.

string
message
Optional

Migration progress message.

string
draftState
Optional

Migration draft status.

boolean
isRescheduleAllowed
Optional

Indicates whether reschedule is allowed.

integer
isCancelled
Optional

Indicates whether the migration is cancelled.

boolean
isDone
Optional

Indicates whether the migration is done.

boolean
didFail
Optional

Indicates whether the migration failed.

string
total
Optional

Migration progress accumulated values.

transfer
Optional

Migration transfer details.

switchover
Optional

Migration switchover details.

parked
Optional

Migration parked details.

aborted
Optional

Migration cancelled details.

canceled
Optional

Migration cancelled details.

state
Optional

Migration status information.

forceCleanupStatus
Optional

Migration force cleanup status. This field will be present only if force cleanup has been initiated.

log
Optional

Migration running log information