QueryServiceParameters Schema
pullTopologyMapChunks Complex Type
QueryServiceParameters Schema : pullTopologyMapChunks Complex Type

Glossary Item Box

Description

pullTopologyMapChunks retrieves one of the chunks that contain the response to a method
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

properties Element type Element Sequence typedProperties Element Sequence queryTypedProperties Element chunksKey Element numberOfChunks Element Sequence chunkInfo Element chunkNumber Element Sequence ChunkRequest Element callerApplication Element Sequence cmdbContext Element Sequence pullTopologyMapChunks Complex Type

Overview

pullTopologyMapChunks
pullTopologyMapChunks retrieves one of the chunks that contain the response to a method
Sequence
Sequence
callerApplication xs:string
The invoking application
Sequence
chunkNumber xs:int
Which chunk to bring, from 1 to the number of chunks
chunkInfo ChunkInfo Complex Type
The ChunkInfo data returned by the server in response to the query identifies the data from which the chunk is to be fetched
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
queryTypedProperties optional TypedPropertiesCollection Complex Type
A collection of sets of properties used to retrieve items of a specific Configuration Item Type.
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

Used By

Source

<xs:complexType name="pullTopologyMapChunks" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      pullTopologyMapChunks retrieves one of the chunks that contain the response to a method
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element ref="types:ChunkRequest" />
    <xs:element name="queryTypedProperties" type="props:TypedPropertiesCollection" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
                  A collection of sets of properties used to retrieve items of a specific Configuration Item Type.
                </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also