DiscoveryServiceParameters Schema
checkDiscoveryProgressRequest Complex Type
DiscoveryServiceParameters Schema : checkDiscoveryProgressRequest Complex Type

Glossary Item Box

Description

Checks the progress of the discovery of the specified CIs. (Pass Domain Name, Probe Name)
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

callerApplication Element Sequence CmdbContext Element strValue Element Sequence CmdbIDs Element Sequence checkDiscoveryProgressRequest Complex Type

Overview

checkDiscoveryProgressRequest
Checks the progress of the discovery of the specified CIs. (Pass Domain Name, Probe Name)
Sequence
Sequence
strValue 0..∞ xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="checkDiscoveryProgressRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Checks the progress of the discovery of the specified CIs. (Pass Domain Name, Probe Name)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CmdbIDs" type="ucmdbtypes:strList" />
    <xs:element name="CmdbContext" type="ucmdbtypes:CmdbContext" />
  </xs:sequence>
</xs:complexType>

See Also