list_gold_agent_images

Lists the various Management Agent gold images that have been created.

Format

emcli list_gold_agent_images  
      [-noheader]
      [-script | -format=
               [name:<pretty|script|csv>];
               [column_separator:"column_sep_string"];
               [row_separator:"row_sep_string"];

[ ]  indicates that the parameter is optional.

Options

  • noheader

    Displays the output in tabular format, without any column headers.

  • script

    Displays the output in script format. This option is equivalent to -format="name:script".

  • format

    Output format you want. The default value of this option is -format="name:pretty".

    The following are the supported output formats:

    -format="name:pretty" displays the output table in a readable format that cannot be parsed by scripts.

    -format="name:script" sets the default column separator to a tab character and the default row separator to a newline character. You can specify the column_separator and row_separator strings to change these default characters.

    -format="name:csv" sets the column separator to a comma and the row separator to a newline character.

Example

The following example displays all the Management Agent gold image that have been created.

emcli list_gold_agent_images