migration_create

POST /users/{uid}/migrations

Creates a migration.

A migration is an object representing all stages to migrate a live running instance (physical machine, VM, container).

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user

HTTP Request Body Parameters

A migration object

Example Request

curl "https://uforge.example.com/api/users/{uid}/migrations" -X POST \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"-H "Content-type: application/xml" --data-binary "@representation.xml"

Example of representation.xml content (the request body):