replicationstream list

Prev Next

This command displays all replication streams and their details.

Usage

replicationstream list
                  [--page PAGE]
                  [--page-size PAGE_SIZE]
                  [--state STATE]
                  [--name NAME]
                  [--order-by-priority-number asc|desc]

Options

--page PAGE

Shows specified page of results only.

Specify PAGE as an integer.

Use --page-size to configure number of results per page.

--page-size PAGE_SIZE

Sets number of output results per page.

Specify PAGE_SIZE as an integer.

--state STATE

Filters the list by state.

Specify STATE as a string value.

For example, enter --state Active to display only active streams.

--order-by-priority-number asc|desc

Orders the results by replication QoS priority number. Possible values:

  • asc. Lists results in ascending order of replication priority.

  • desc. Lists results in descending order of replication priority

Example

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                    |
+------+-----------------------------+-------------+--------+-----------------------------------------+-------------------+-----------------+--------------------+----------------+-----------------+--------------------------+