get
https://{environment}.origamirisk.com/OrigamiApi/api/Migrations/QueueMigrationProcess
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Initiates a migration import process on the target environment. This endpoint serves as the notification mechanism in orchestrated cross-environment deployments, where a source environment "pushes" a configuration to a target environment by telling it to retrieve and import a specific package.
What it does:
- Receives an encrypted migration token via HTTP header
- Decrypts and validates the token (checks expiration, extracts parameters)
- Queues a background migration job with the extracted instructions
- Returns immediately (actual import happens asynchronously)
Important
This endpoint does not perform the migration—it queues it. The actual retrieval and import of configuration data happens in a background worker process.
200