Response Packet Structure

The start node of the response packet is structured as follows:

  • The result node is required. It wraps the result of the start operation. Data type: MigrationOutputStartResultType (plesk_migration.xsd).
  • The status node is required. It returns the execution status of the start operation. Data type: string. Allowed values: ok | error.
  • The errcode node is required if the operation fails. It returns the error code when the start operation fails. Data type: unsignedInt.
  • The errtext node is required if the operation fails. It returns the error message if the start operation fails. Data type: string.
  • The migration_id node is required if the start operation succeeds. It returns the unique identifier of the migration that has just been started. Data type: string.