replication

List replication tasks for a specific execution

List replication tasks for a specific execution

get/replication/executions/{id}/tasks

Path parameters

idinteger required

The ID of the execution that the tasks belongs to.

Query parameters

sortstring

Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending order and field2 in descending order with "sort=field1,-field2"

pageinteger

The page number

page_sizeinteger

The size of per page

statusstring

The task status.

resource_typestring

The resource type.

Headers

X-Request-Idstring

An unique ID for the request

Response

Success

idinteger

The ID of the task

execution_idinteger

The ID of the execution that the task belongs to

statusstring

The status of the task

job_idstring

The ID of the underlying job that the task related to

operationstring

The operation of the task

resource_typestring

The type of the resource that the task operates

src_resourcestring

The source resource that the task operates

dst_resourcestring

The destination resource that the task operates

start_timestring date-time

The start time of the task

end_timestring date-time

The end time of the task

Changes