This command displays all replication streams and their details.
replicationstream list [--page PAGE] [--page-size PAGE_SIZE] [--state STATE] [--name NAME] [--order-by-priority-number asc|desc]
Shows specified page of results only. Specify Use |
|
Sets number of output results per page. Specify |
|
Filters the list by state. Specify For example, enter |
|
Orders the results by replication QoS priority number. Possible values:
|
This example lists all active replication streams.
vcli: admin> replicationstream list --state Active +------+-----------------------------+-------------+--------+-----------------------------------------+-------------------+-----------------+--------------------+----------------+-----------------+--------------------------+ | ID | Name | Role | State | Source-dir | Protected-path-id | Bandwidth(MB/s) | Remote-tenant-name | Priority-score | Priority-number | Is-manual-priority-score | +------+-----------------------------+-------------+--------+-----------------------------------------+-------------------+-----------------+--------------------+----------------+-----------------+--------------------------+ | 5479 | S3 replication path 448 | Destination | Active | /s3_replication/sources/bland | 5478 | None | mgmt | 0.0 | 3 | False | | 5475 | S3 replication path 5475 | Source | Active | /s3_replication/targets/beefy | 5474 | 0.000 | mgmt | 0.756 | 5 | False | | 5476 | VMS configuration path 447 | Destination | Active | /vmsmgmt/replicated_configuration/miaow | 5477 | None | mgmt | 0.0 | 2 | False | | 5474 | VMS configuration path 5474 | Source | Active | /vmsmgmt/replicated_configuration/moo | 5473 | 0.000 | mgmt | 0.706 | 4 | False | | 5487 | rep-ute | Destination | Active | /a | 5486 | None | rep-ute | 0.0 | 1 | False | +------+-----------------------------+-------------+--------+-----------------------------------------+-------------------+-----------------+--------------------+----------------+-----------------+--------------------------+
Comments
0 comments
Article is closed for comments.