Lists the run history of migration tasks.
Operation description
You must have the mgw:ListImportJobHistory permission to list the run history of a task.
A migration task can have multiple runs. Each run has a unique execution ID.
The run history of a migration task records its status changes.
Try it now
Test
RAM authorization
Request syntax
GET /jobhistory/{jobName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| jobName |
string |
Yes |
The name of the task. |
test_job_name |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| runtimeId |
integer |
No |
The ID of the task execution. If you specify an execution ID, only the run history for that execution is listed. |
1 |
| marker |
string |
No |
Specifies the marker from which to start listing the task run history. |
test_marker |
| count |
integer |
No |
The number of migration task history entries to return. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| JobHistoryList | ListJobHistoryResp |
A list of task histories. |
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.