replication.target_unmatched_snapshots

Check if target has any snapshots that do not exist on source. Returns these snapshots grouped by dataset.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: direction

direction

Type: enum (of string)
Must be one of:
  • "PUSH"
  • "PULL"
Parameter 2: source_datasets

source_datasets

Type: array of string

Must contain a minimum of 1 items

No Additional Items
Each item of this array must be:
Type: string
Parameter 3: target_dataset

target_dataset

Type: string
Parameter 4: transport

transport

Type: enum (of string)
Must be one of:
  • "SSH"
  • "SSH+NETCAT"
  • "LOCAL"
Parameter 5: ssh_credentials

ssh_credentials

Default: null

Type: integer
Type: null

Result

Type: object

Example:

{
    "backup/games": [
        "auto-2019-10-15_13-00"
    ],
    "backup/work": [
        "auto-2019-10-15_13-00",
        "auto-2019-10-15_09-00"
    ]
}

Each additional property must conform to the following schema

Type: string


Required roles: REPLICATION_TASK_WRITE