show checkpoint list

Syntax

show checkpoint list {all | <START-DATE> <END-DATE>}

Description

Shows a list of saved checkpoints.

Command context

Manager (#)

Parameters

{all | <START-DATE> <END-DATE>}

Selects either all or a date range for a list of saved checkpoints.

all

Specifies a detailed list of all saved checkpoints to be displayed.

<START-DATE>

Specifies the beginning date in the range of saved checkpoints to be displayed. Format YYYY-MM-DD.

<END-DATE>

Specifies the ending date in the range of saved checkpoints to be displayed. Format YYYY-MM-DD.

Authority

Administrators

Examples

Displaying a nondetailed listing of saved checkpoints:

switch# show checkpoint list
ckpt1
ckpt2
ckpt3
startup-config
AUTO20170308214100

Displaying a detailed listing of all saved checkpoints:

switch# show checkpoint list all
|NAME                |TYPE        |WRITER  |DATE                
|ckpt1               |checkpoint  |User    |2017-03-08 21:39:04 
|ckpt2               |checkpoint  |User    |2017-03-08 21:39:24 
|ckpt3               |checkpoint  |User    |2017-03-08 21:39:51 
|startup-config      |startup     |User    |2017-03-08 21:40:22
|AUTO20170308214100  |latest      |System  |2017-03-08 21:41:02 

|HARDWARE |IMAGE VERSION |
|         |0.1.0         |
|         |0.1.0         |
|         |0.1.0         |
|         |0.1.0         |

Displaying a detailed listing of saved checkpoints within a date range:

switch# show checkpoint list date 2017-03-08 2017-03-12
|NAME  |TYPE       |WRITER |DATE                |HARDWARE |IMAGE VERSION |
|ckpt2 |checkpoint |User   |2017-03-08 18:10:01 |         |0.1.0         |
|ckpt3 |checkpoint |User   |2017-03-09 23:11:02 |         |0.1.0         |
|ckpt4 |checkpoint |User   |2017-03-11 00:00:03 |         |0.1.0         |