QueryServiceParameters Schema
getCINeighboursResponse Element
QueryServiceParameters Schema : getCINeighboursResponse Element

Glossary Item Box

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

Type

Diagram

comments Element Sequence comments Element relation Element Sequence relations Element CI Element Sequence CIs Element Sequence topology Element Sequence getCINeighboursResponse Element

Overview

Sequence
Sequence
CIs CIs Complex Type
Collections of configuration items
Sequence
CI 1..∞ CI Complex Type
A configuration element
Sequence
ID ID Complex Type
The unique ID of the instance
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 class name
props optional CIProperties Complex Type
The collection of properties and values
Sequence
Sequence
Sequence
Sequence
relations optional Relations Complex Type
Collections of Relation items
Sequence
relation 1..∞ Relation Complex Type
A link between two configuration elements
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.
props optional CIProperties Complex Type
The properties of the link
Sequence
Sequence
Sequence
Sequence
Sequence
comments xs:string

Source

<xs:element name="getCINeighboursResponse" type="queryparams:getCINeighboursResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />

See Also