ImpactServiceParameters Schema
getImpactRulesByGroupName Complex Type
ImpactServiceParameters Schema : getImpactRulesByGroupName Complex Type

Glossary Item Box

Description

getImpactRulesByGroupName retrieves the rules that belong to the group whose name is passed in the filter
Namespace http://schemas.hp.com/ucmdb/1/params/impact

Diagram

ruleGroupNameFilter Element callerApplication Element Sequence cmdbContext Element Sequence getImpactRulesByGroupName Complex Type

Overview

getImpactRulesByGroupName
getImpactRulesByGroupName retrieves the rules that belong to the group whose name is passed in the filter
Sequence
Sequence
callerApplication xs:string
The invoking application
ruleGroupNameFilter 1..∞ xs:string
The name of a group or a substring of the name. Wildcards are not allowed when using a substring.

Used By

Source

<xs:complexType name="getImpactRulesByGroupName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      getImpactRulesByGroupName retrieves the rules that belong to the group whose name is passed in the filter
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="ruleGroupNameFilter" type="xs:string" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          The name of a group or a substring of the name. Wildcards are not allowed when using a substring.
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also