This command lists snapshots on a specified path on a remote replication peer.
Usage
cluster list-clone-snapshoted-paths-remote --peer-id ID
--path ID
--tenant TENANT_NAMERequired Parameters
| Specifies the replication peer by its ID. |
| Specifies the path on the remote peer. To retrieve paths for a given remote peer, run the cluster list-clone-snapshoted-paths-remote command. |
| Specifies the name of the tenant on the remote peer to which the path belongs. |
Example
vcli: admin> cluster list-clone-snapshoted-paths-remote --peer-id 1 --path /a/ --tenant default
+------+
| Name |
+------+
| a-1 |
| a-2 |
+------+