7.7.5.14 DESCRIBE KEY

Purpose

The DESCRIBE KEY command displays a list of attributes for the KEY object type.

Syntax

DESCRIBE KEY

Usage Notes

The attributes for the DESCRIBE KEY command can include the following:

  • key: Random hexadecimal string used to assign client keys.

  • name: Name of the key. The value of this field is not displayed with LIST.

  • type: The type of key.

Examples

The following example shows the DESCRIBE command with the KEY object.

Example 7-107 Describing the KEY Object

CellCLI> DESCRIBE KEY

         name
         key                     modifiable
         type                    modifiable

Related Topics