QueryServiceParameters Schema
getRelationsById Complex Type
QueryServiceParameters Schema : getRelationsById Complex Type

Glossary Item Box

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

Diagram

ID Element Sequence IDs Element properties Element type Element Sequence typedProperties Element Sequence RelationsTypedProperties Element callerApplication Element Sequence cmdbContext Element Sequence getRelationsById Complex Type

Overview

Sequence
Sequence
callerApplication xs:string
The invoking application
RelationsTypedProperties optional TypedPropertiesCollection Complex Type
Properties whose values are to be returned with the returned relations
Sequence
typedProperties 0..∞ TypedProperties Complex Type
A set of properties to apply to items of a specific Configuration Item Type
Sequence
type xs:string
The class name of the type of item to which the properties are applied
properties CustomTypedProperties Complex Type
A list of properties to be returned for each item in the query result. The list is the union of the propertiesList and predefinedTypedProperties.
Sequence
propertiesList optional PropertiesList Complex Type
A list of property names
Sequence
propertyName 1..∞ xs:string
predefinedTypedProperties optional PredefinedTypedProperties Complex Type
Sets of property names generated according to built-in rules, to be used to filter items of a specified type
Sequence
qualifierProperties optional QualifierProperties Complex Type
The set of properties that are modified with the specifed qualifiers
Sequence
qualifierName 1..∞ xs:string
The name of a qualifier
simpleTypedPredefinedProperties optional SimpleTypedPredefinedPropertyCollection Complex Type
A collection of sets of properties to be applied according to the type of the CI or Relation
Sequence
SimpleTypedPredefinedProperty 1..∞ SimpleTypedPredefinedProperty Complex Type
A set of properties to be applied according to the type of the CI or Relation
IDs IDs Complex Type
The IDs of the relations to be returned
Sequence
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.

Used By

Source

<xs:complexType name="getRelationsById" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="RelationsTypedProperties" type="props:TypedPropertiesCollection" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
                 Properties whose values are to be returned with the returned relations
               </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IDs" type="types:IDs">
      <xs:annotation>
        <xs:documentation>
                 The IDs of the relations to be returned
               </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also