list_gold_agent_image_activities

Lists the activities that the specified Management Agent gold image is a part of.

Format

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

[ ]  indicates that the parameter is optional.

Options

  • version_name

    Management Agent gold image version whose activities you want to view.

  • 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="name:script" sets the default column separator to a tab character and the default row separator to a new line character. You can specify the column_separator and row_separator strings to change these default characters.

  • 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 new line 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 new line character.

Example

The following example lists the activities that the Management Agent gold image OPC_AGI_DB_JUL_13 is part of.

emcli list_gold_agent_image_activities        -version_name=OPC_AGI_DB_JUL_13