QueryServiceParameters Schema
getCIsByType Complex Type
QueryServiceParameters Schema : getCIsByType Complex Type

Glossary Item Box

Description

getCIsByType retrieves configuration items according to the type specified
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

simplePredefinedProperties Element qualifierProperties Element Sequence predefinedProperties Element propertyName Element Sequence propertiesList Element Sequence properties Element type Element callerApplication Element Sequence cmdbContext Element Sequence getCIsByType Complex Type

Overview

getCIsByType
getCIsByType retrieves configuration items according to the type specified
Sequence
Sequence
callerApplication xs:string
The invoking application
type xs:string
Sequence
propertiesList optional PropertiesList Complex Type
A list of property names
Sequence
propertyName 1..∞ xs:string
predefinedProperties optional PredefinedProperties Complex Type
A list of property names generated by the UCMDB based on built-in rules
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
simplePredefinedProperties optional SimplePredefinedPropertyCollection Complex Type
A collection of sets of property names created using one of the rules: CONCRETE, DERIVED, or NAMING.
Sequence
simplePredefinedProperty 1..∞ SimplePredefinedProperty Complex Type
A set of property names created using a specified rule
Sequence
name Restriction of xs:string
The name of the built-in rule used to create the list of property names

Used By

Source

<xs:complexType name="getCIsByType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      getCIsByType retrieves configuration items according to the type specified
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="type" type="xs:string" />
    <xs:element name="properties" type="props:CustomProperties" minOccurs="0" />
  </xs:sequence>
</xs:complexType>

See Also