Skip to content

replication task

replication task list

replication task list <EXECUTION_ID> [OPTIONS]

List replication tasks.

Arguments

EXECUTION_ID
The ID of the replication execution to list tasks for.
Type: integer
Required:

Options

--sort <SORT>
Sorting order of the results. Example: 'name,-id' to sort by name ascending and id descending.
Type: text

--status <STATUS>
Task status to filter by.
Type: text

--resource-type <RESOURCE_TYPE>
Task resource type to filter by.
Type: text

--page <PAGE>
(Advanced) Page to begin fetching from.
Type: integer
Default: 1

--page-size <PAGE_SIZE>
(Advanced) Results to fetch per API call.
Type: integer
Default: 10


replication task log

replication task log <EXECUTION_ID> <TASK_ID>

Get the log for a replication task.

Arguments

EXECUTION_ID
The ID of the execution the task belongs to.
Type: integer
Required:

TASK_ID
The ID of the task to get the log for.
Type: integer
Required: