v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1339132165.3 KB
projects

Creates a new MigratingVm in a given Source.

post/v1/{+parent}/migratingVms

Path parameters

parentstring required

Required. The MigratingVm's parent.

Query parameters

migratingVmIdstring

Required. The migratingVm identifier.

requestIdstring

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Request body

namestring

Output only. The identifier of the MigratingVm.

state'STATE_UNSPECIFIED' | 'PENDING' | 'READY' | 'FIRST_SYNC' | 'ACTIVE' | 'CUTTING_OVER' | 'CUTOVER' | 'FINAL_SYNC' | 'PAUSED' | 'FINALIZING' | 'FINALIZED' | 'ERROR' | 'EXPIRED' | 'FINALIZED_EXPIRED'

Output only. State of the MigratingVm.

createTimestring google-datetime

Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).

labelsobject

The labels of the migrating VM.

sourceVmIdstring

The unique ID of the VM in the source. The VM's name in vSphere can be changed, so this is not the VM's name but rather its moRef id. This id is of the form vm-.

groupstring

Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.

stateTimestring google-datetime

Output only. The last time the migrating VM state was updated.

descriptionstring

The description attached to the migrating VM by the user.

displayNamestring

The display name attached to the MigratingVm by the user.

updateTimestring google-datetime

Output only. The last time the migrating VM resource was updated.

Response

Successful response