Skip to content

replication

replication get

replication get <EXECUTION_ID>

Get information about a replication execution.

Arguments

EXECUTION_ID
The ID of the replication execution.
Type: integer
Required:


replication list

replication list [OPTIONS]

List replication executions.

Options

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

--policy-id <POLICY_ID>
The ID of the policy to list executions for.
Type: integer

--status <STATUS>
The status of the executions to list.
Type: text

--trigger <TRIGGER>
The trigger of the executions to list.
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

--limit <LIMIT>
Maximum number of results to fetch.
Type: integer


replication start

replication start <POLICY_ID>

Start a replication execution.

Arguments

POLICY_ID
The ID of the policy to start a execution for.
Type: integer
Required:


replication stop

replication stop <EXECUTION_ID>

Stop a replication execution.

Arguments

EXECUTION_ID
The ID of the replication execution.
Type: integer
Required: