Gets an existing snapshot.
Synopsis
Gets an existing snapshot. Specify either --name or --uuid, but not both.
cfcli get snapshot [flags]Examples:
x
#get a snapshot in project: "proj" with snapshot name: "snap":cfcli get snapshot --project-name proj --name snap#get a snapshot in project: "proj" with snapshot uuid: "u-u-i-d":cfcli get snapshot --project-name proj --uuid u-u-i-d| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for snapshot. | |
| --name | string | Snapshot name. Either UUID or name must be specified, but not both. | ||
| --project-name | string | Project name. | ||
| --UUID | string | Snapshot UUID. Either UUID or name must be specified, but not both. |
Was this page helpful?