replication.target_unmatched_snapshots ====================================== Check if target has any snapshots that do not exist on source. Returns these snapshots grouped by dataset. .. raw:: html
Direction of replication to check for unmatched snapshots.
Array of source dataset names.
Must contain a minimum of 1 items
Target dataset name to check for unmatched snapshots.
Transport method to use for accessing snapshots.
Keychain credential ID for SSH access. null for local transport.
Object mapping dataset names to arrays of unmatched snapshot names on the target side.
{
        "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