Runs a migration workflow.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dlf:RunMigrationWorkflow | *All Resource
| None | None |
Request syntax
POST /webapi/migration/workflow/run HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
InstanceId | string | Yes | The ID of the migration workflow instance. | M-EDD8BF959BB97345 |
Response elements
Element | Type | Description | Example |
object | |||
Data | string | The response data. The value is the ID of the workflow instance. | FI-7193B85809CAD95C |
RequestId | string | The ID of the request. | A048EA8E-3519-5B18-B81E-EE3E0B6DBE0C |
Success | boolean | Indicates whether the call was successful.
| true |
Examples
Success response
JSON format
{
"Data": "FI-7193B85809CAD95C",
"RequestId": "A048EA8E-3519-5B18-B81E-EE3E0B6DBE0C",
"Success": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.