This command displays all snapshots and their details.
Usage
snapshot list [--name NAME_CONTAINS] [--path PATH] [--expiration-time EXPIRATION_TIME] [--policy POLICY__NAME] [--state STATE] [--tenant-name NAME] [--tenant-id ID]
Options
Filters the list by snapshot name or part of the snapshot name. |
|
Filters the list by path. |
|
Filters the list by expiration time . |
|
Filters the list to display snapshots created by a specified snapshot policy. Specify POLICY_NAME as the name of a snapshot policy. |
|
|
Filters the list by state. |
|
Filters the list by tenant. |
|
Example
vcli: admin> snapshot list +----+---------------------------------------------------+------+---------------------------+-------+----------------+-----------------------------+----------------------+----------------------+------------------+-----------+ | ID | Name | Path | Policy | Type | Indestructible | Created | Expiration-time | Aggregated Usage(GB) | Unique Usage(GB) | Tenant-id | +----+---------------------------------------------------+------+---------------------------+-------+----------------+-----------------------------+----------------------+----------------------+------------------+-----------+ | 16 | default_protection_policy_2023-03-29_14_55_24_UTC | / | None | local | False | 2023-03-29T14:55:24.005000Z | Never | 0.0 | 0.0 | 1 | | 26 | big_catalog_2023-03-29_15_40_00_UTC | / | Big catalog policy | local | False | 2023-03-29T15:40:00.005000Z | 2023-03-29T16:00:00Z | 0.2 | 0.0 | None | +----+---------------------------------------------------+------+---------------------------+-------+----------------+-----------------------------+----------------------+----------------------+------------------+-----------+
Comments
0 comments
Article is closed for comments.