DiscoveryServiceParameters Schema
setTriggerTQLProbesLimitRequest Complex Type
DiscoveryServiceParameters Schema : setTriggerTQLProbesLimitRequest Complex Type

Glossary Item Box

Description

Job Name, Tql Name, Probes Limit
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

callerApplication Element Sequence cmdbContext Element strValue Element Sequence probesLimit Element tqlName Element jobName Element Sequence setTriggerTQLProbesLimitRequest Complex Type

Overview

setTriggerTQLProbesLimitRequest
Job Name, Tql Name, Probes Limit
Sequence
jobName xs:string
tqlName xs:string
Sequence
strValue 0..∞ xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="setTriggerTQLProbesLimitRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Job Name, Tql Name, Probes Limit </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="jobName" type="xs:string" />
    <xs:element name="tqlName" type="xs:string" />
    <xs:element name="probesLimit" type="ucmdbtypes:strList" />
    <xs:element name="cmdbContext" type="ucmdbtypes:CmdbContext" />
  </xs:sequence>
</xs:complexType>

See Also