getImpactRulesByNamePrefix

The getImpactRulesByNamePrefix method retrieves rules using a prefix filter.

This method applies to impact rules that are named with a prefix that indicates the context to which they apply, for example, SAP_myrule, ORA_myrule, and so on. This method filters all impact rule names for those beginning with the prefix specified by the ruleNamePrefixFilter argument.

See the "Impact Analysis Example".

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
ruleNamePrefixFilter A string containing the first letters of the rule names to match.

Output

Parameter Comment
impactRules impactRules is composed of zero or more impactRule. An impactRule, which specifies the effect of a change, is composed of ruleName, description, queryName, and isActive.