list_templates

Lists monitoring templates and their display names.

Format

emcli list_templates
        [-target_type="target_type"]

[ ]  indicates that the parameter is optional

Options

  • target_type

    Template's target type. If specified, all templates defined for this target type are displayed.

Examples

Example 1

This example lists all templates.

emcli list_templates 

Example 2

This example lists all templates defined for the host target type.

emcli list_templates -target_type="host"