protectionpolicy show

Prev Next

This command displays the configuration of a specified protection policy.

Usage
protectionpolicy show --id ID
Required Parameters

--id ID

Specifies which protection policy to show, by its ID (integer).

Example
vcli: admin> protectionpolicy show --id 6
+------------------+-------------------------------------------------------------------------------------------------+
| ID               | 6                                                                                               |
| Name             | HourlyPolicy                                                                                    |
| Schedule         | [{'every': '90m', 'start-at': '2025-07-27 20:10:35', 'keep-local': '10h', 'keep-remote': '0m'}] |
| Replication Peer | N/A                                                                                             |
| Snapshot Prefix  | VastData_                                                                                       |
| Clone Type       | LOCAL                                                                                           |
| Indestructible   | False                                                                                           |
+------------------+-------------------------------------------------------------------------------------------------+