DiscoveryServiceParameters Schema
getProbeScopeRequest Complex Type
DiscoveryServiceParameters Schema : getProbeScopeRequest Complex Type

Glossary Item Box

Description

Domain Name, Probe Name
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

callerApplication Element Sequence CmdbContext Element probeName Element domainName Element Sequence getProbeScopeRequest Complex Type

Overview

getProbeScopeRequest
Domain Name, Probe Name
Sequence
domainName xs:string
probeName xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="getProbeScopeRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Domain Name, Probe Name</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="domainName" type="xs:string" />
    <xs:element name="probeName" type="xs:string" />
    <xs:element name="CmdbContext" type="ucmdbtypes:CmdbContext" />
  </xs:sequence>
</xs:complexType>

See Also