ImpactServiceParameters Schema
impactRequest Complex Type
ImpactServiceParameters Schema : impactRequest Complex Type

Glossary Item Box

Description

Structure for impact queries
Namespace http://schemas.hp.com/ucmdb/1/params/impact

Diagram

severity Element impacttypes:ImpactRuleNames Element ID Element Sequence IDs Element impactCategory Element Sequence impactRequest Complex Type

Overview

impactRequest
Structure for impact queries
Sequence
impactCategory xs:string
The type of impact action
IDs IDs Complex Type
The IDs of the configuration items that are the root cause
Sequence
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
impacttypes:ImpactRuleNames
A collection of names of impact rules
Sequence
impactRuleName 1..∞ ImpactRuleName Complex Type
The name of an impact rule
severity xs:int
The impact level

Source

<xs:complexType name="impactRequest" abstract="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      Structure for impact queries
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="impactCategory" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The type of impact action  
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IDs" type="types:IDs">
      <xs:annotation>
        <xs:documentation>
          The IDs of the configuration items that are the root cause  
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="impacttypes:ImpactRuleNames">
      <xs:annotation>
        <xs:documentation>
          The impact rules for which to retrieve the result
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="severity" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          The impact level  
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also