ImpactServiceParameters Schema
calculateImpact Complex Type
ImpactServiceParameters Schema : calculateImpact Complex Type

Glossary Item Box

Description

calculateImpact calculates what other configuration items are affected by the given CI according to the specified rules
Namespace http://schemas.hp.com/ucmdb/1/params/impact

Base Type

Diagram

callerApplication Element Sequence cmdbContext Element severity Element impacttypes:ImpactRuleNames Element ID Element Sequence IDs Element impactCategory Element Sequence calculateImpact Complex Type

Overview

calculateImpact Extension of impactRequest Complex Type
calculateImpact calculates what other configuration items are affected by the given CI according to the specified rules
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
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="calculateImpact" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      calculateImpact calculates what other configuration items are affected by the given CI according to the specified rules
      </xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="impactparams:impactRequest">
      <xs:sequence>
        <xs:element name="cmdbContext" type="types:CmdbContext" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also