QueryServiceParameters Schema
getTopologyQueryResultCountByName Complex Type
QueryServiceParameters Schema : getTopologyQueryResultCountByName Complex Type

Glossary Item Box

Description

getTopologyQueryResultCountByName retrieves the number of Instances of each node that matches the specified query
Namespace http://schemas.hp.com/ucmdb/1/params/query

Diagram

countInvisible Element queryName Element callerApplication Element Sequence cmdbContext Element Sequence getTopologyQueryResultCountByName Complex Type

Overview

getTopologyQueryResultCountByName
getTopologyQueryResultCountByName retrieves the number of Instances of each node that matches the specified query
Sequence
Sequence
callerApplication xs:string
The invoking application
queryName xs:string
countInvisible optional xs:boolean

Used By

Source

<xs:complexType name="getTopologyQueryResultCountByName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>getTopologyQueryResultCountByName retrieves the number of Instances of each node that matches the specified query
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="queryName" type="xs:string" />
    <xs:element name="countInvisible" type="xs:boolean" default="true" nillable="true" minOccurs="0" />
  </xs:sequence>
</xs:complexType>

See Also