Use > Data Flow Management > Adapter Management > Discovery Rules Engine > How to View Discovery Rules in JMX

How to View Discovery Rules in JMX

The Discovery Rules Engine is very large. You can search the rule base using search commands on the JMX console.

To search for a rule:

  • Log in to the JMX console using the server administrator credentials
  • Go to the service: Normalization Rule Base Services, and enter one of the following search commands:

    Command Description
    scanForSNMPRules

    Retrieves SNMP discovery rules that apply to the specified input attributes.

    Note  

    • the sys_object_id value must always have a leading "."
    • Leave empty to ignore
    scanForScanFileRules

    Retrieves Scan File discovery rules that apply to the specified input attributes.

    Note Leave empty to ignore

    viewNormalizationRuleById Retrieves discovery rules by ID
    viewNormalizationRuleByNiceId

    Retrieves discovery rules by user friendly ID (NiceRuleID),

    Example: 4323@SNMP

    viewNormalizationRules

    Retrieves discovery rule outputs that apply to the specified input attributes

    Format:

    • Pair attributes in the following format: attrName;attrValue
    • Pairs must be separated by commas.

    Example: Name;HP,Version;10

Related Topics Link IconRelated Information