QueryServiceParameters Schema
executeTopologyQueryWithParameters Complex Type
QueryServiceParameters Schema : executeTopologyQueryWithParameters Complex Type

Glossary Item Box

Description

executeTopologyQueryWithParameters retrieves the topologyMap that matches the parameterized query
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

nodeLabel Element booleanProps Element xmlProps Element bytesProps Element longProps Element strListProps Element strProps Element intProps Element intListProps Element floatProps Element doubleProps Element dateProps Element Sequence parameters Element Sequence parameterizedNodes Element queryXml Element callerApplication Element Sequence cmdbContext Element Sequence executeTopologyQueryWithParameters Complex Type

Overview

executeTopologyQueryWithParameters
executeTopologyQueryWithParameters retrieves the topologyMap that matches the parameterized query
Sequence
Sequence
callerApplication xs:string
The invoking application
queryXml xs:string
Sequence
parameters CIProperties Complex Type
The property names and values to be passed to the parameterized query
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
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
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
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
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
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
Sequence
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
strValue 0..∞ xs:string
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
Sequence
Sequence
name xs:string
The property's name
value optional xs:base64Binary
The condition value to be compared to the CI or Relation's property value
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
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
nodeLabel xs:string
The tag of a collection of related items

Used By

Source

<xs:complexType name="executeTopologyQueryWithParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      executeTopologyQueryWithParameters retrieves the topologyMap that matches the parameterized query      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="queryXml" type="xs:string" />
    <xs:element name="parameterizedNodes" type="types:ParameterizedNode" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also