QueryServiceParameters Schema
getFilteredCIsByType Complex Type
QueryServiceParameters Schema : getFilteredCIsByType Complex Type

Glossary Item Box

Description

getFilteredCIsByType retrieves those configuration items of the specified type that meet the conditions
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

conditionsLogicalOperator Element longCondition Element Sequence longConditions Element xmlCondition Element Sequence xmlConditions Element strListCondition Element Sequence strListConditions Element strCondition Element Sequence strConditions Element intListCondition Element Sequence intListConditions Element intCondition Element Sequence intConditions Element floatCondition Element Sequence floatConditions Element doubleCondition Element Sequence doubleConditions Element dateCondition Element Sequence dateConditions Element booleanCondition Element Sequence booleanConditions Element Sequence conditions Element simplePredefinedProperties Element qualifierProperties Element Sequence predefinedProperties Element propertyName Element Sequence propertiesList Element Sequence properties Element type Element callerApplication Element Sequence cmdbContext Element Sequence getFilteredCIsByType Complex Type

Overview

getFilteredCIsByType
getFilteredCIsByType retrieves those configuration items of the specified type that meet the conditions
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
Sequence
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:boolean
The condition value to be compared to the CI or Relation's property value
booleanOperator Restriction of xs:string
Equal or not equal
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:dateTime
The condition value to be compared to the CI or Relation's property value
dateOperator Restriction of xs:string
Comparison, Changed, and Unchanged operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:double
The condition value to be compared to the CI or Relation's property value
doubleOperator Restriction of xs:string
Comparison, In, and IsNull operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:float
The condition value to be compared to the CI or Relation's property value
floatOperator Restriction of xs:string
Comparison, In, and IsNull operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:integer
The condition value to be compared to the CI or Relation's property value
intOperator Restriction of xs:string
Integer comparison operators
Sequence
Sequence
Sequence
name xs:string
The property's name
intValues optional intList Complex Type
The condition's list of values to be compared to the CI or Relation's property value
Sequence
intValue 0..∞ xs:integer
intListOperator Restriction of xs:string
Is in list or is null
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
strOperator Restriction of xs:string
Comparison operators
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
strListOperator Restriction of xs:string
Is in list or is null
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value
xmlOperator Restriction of xs:string
Does property exist
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:long
The condition value to be compared to the CI or Relation's property value
longOperator Restriction of xs:string
Comparison, In, and IsNull operators
conditionsLogicalOperator Restriction of xs:string

Used By

Source

<xs:complexType name="getFilteredCIsByType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      getFilteredCIsByType retrieves those configuration items of the specified type that meet the conditions
      </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:element name="conditions" type="types:Conditions" />
    <xs:element name="conditionsLogicalOperator">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="OR" />
          <xs:enumeration value="AND" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also