ImpactServiceParameters Schema
getImpactPath Complex Type
ImpactServiceParameters Schema : getImpactPath Complex Type

Glossary Item Box

Description

getImpactPath retrieves the topology graph of the path between the affected CI and the CI that affects it
Namespace http://schemas.hp.com/ucmdb/1/params/impact

Diagram

callerApplication Element Sequence cmdbContext Element key Element Sequence identifier Element end2ID Element end1ID Element type Element ID Element Sequence relation Element Sequence getImpactPath Complex Type

Overview

getImpactPath
getImpactPath retrieves the topology graph of the path between the affected CI and the CI that affects it
Sequence
Sequence
ID ID Complex Type
The unique ID of the Relation
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
type xs:string
The nature of the relation between the CI elements. For example, Contains, Uses, and so on.
end1ID ID Complex Type
The CI.ID of the base of the link
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
end2ID ID Complex Type
The CI.ID of the target of the link
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
Sequence
key xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="getImpactPath" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      getImpactPath retrieves the topology graph of the path between the affected CI and the CI that affects it
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="relation" type="types:ShallowRelation" />
    <xs:element name="identifier" type="impacttypes:Identifier" />
    <xs:element name="cmdbContext" type="types:CmdbContext" />
  </xs:sequence>
</xs:complexType>

See Also