DiscoveryServiceParameters Schema
checkViewDiscoveryProgressRequest Complex Type
DiscoveryServiceParameters Schema : checkViewDiscoveryProgressRequest Complex Type

Glossary Item Box

Description

Checks the progress of the discovery of the specified view. (Pass View Name)
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

callerApplication Element Sequence CmdbContext Element viewName Element Sequence checkViewDiscoveryProgressRequest Complex Type

Overview

checkViewDiscoveryProgressRequest
Checks the progress of the discovery of the specified view. (Pass View Name)
Sequence
viewName xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="checkViewDiscoveryProgressRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Checks the progress of the discovery of the specified view. (Pass View Name)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="viewName" type="xs:string" />
    <xs:element name="CmdbContext" type="ucmdbtypes:CmdbContext" />
  </xs:sequence>
</xs:complexType>

See Also