list_mda_finding_types

Displays a list of all finding types registered with Middleware Diagnostic Advisor (MDA). The output may optionally be filtered by target types.

Format

emcli list_mda_finding_types      [-target_types="<list of target types>"]  
[ ]  indicates that the parameter is optional.

Options

  • target_types

    Provides a delimited list of target types. The default delimiter is ';'. If this option is provided, only finding types applicable to the provided target types are returned.

Examples

Example 1

The following example lists all of the MDA finding types:

emcli list_mda_finding_types

Example 2

The following example lists the MDA finding types applicable to specified target types:

emcli list_mda_finding_types 
      -target_types="weblogic_domain;weblogic_server"