QueryServiceParameters Schema
getTopologyQueryExistingResultByNameResponse Complex Type
QueryServiceParameters Schema : getTopologyQueryExistingResultByNameResponse Complex Type

Glossary Item Box

Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

key2 Element key1 Element Sequence chunksKey Element numberOfChunks Element Sequence chunkInfo Element relationNode Element Sequence relationNodes Element CINode Element Sequence CINodes Element Sequence topologyMap Element Sequence getTopologyQueryExistingResultByNameResponse Complex Type

Overview

Sequence
Sequence
CINodes optional CINodes Complex Type
Collections of CI Nodes
Sequence
CINode 0..∞ CINode Complex Type
A Map data unit, consisting of a node label and the collection of configuration items to which the label applies.
Sequence
label xs:string
The tag of a collection of related configuration items
CIs CIs Complex Type
A collection of related CI items
Sequence
CI 1..∞ CI Complex Type
A configuration element
Sequence
ID ID Complex Type
The unique ID of the instance
type xs:string
The class name
props optional CIProperties Complex Type
The collection of properties and values
relationNodes optional RelationNodes Complex Type
Collections of Relation Nodes
Sequence
relationNode 0..∞ RelationNode Complex Type
A Map data unit, consisting of a node label and the collection of relations to which the label applies.
Sequence
label xs:string
The tag of a collection of related relations
relations Relations Complex Type
A collection of related relations
Sequence
relation 1..∞ Relation Complex Type
A link between two configuration elements
Sequence
ID ID Complex Type
The unique ID of the Relation
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
end2ID ID Complex Type
The CI.ID of the target of the link
props optional CIProperties Complex Type
The properties of the link
Sequence
numberOfChunks xs:int
How many chunks are there to be retrieved by the client
chunksKey ChunkKey Complex Type
The ID of the information stored on the server
Sequence
key1 xs:string
A string generated by the server
key2 xs:string
A string generated by the server

Used By

Source

<xs:complexType name="getTopologyQueryExistingResultByNameResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="topologyMap" type="types:TopologyMap" />
    <xs:element name="chunkInfo" type="types:ChunkInfo" />
  </xs:sequence>
</xs:complexType>

See Also