DiscoveryServiceParameters Schema
rediscoverViewCIsRequest Complex Type
DiscoveryServiceParameters Schema : rediscoverViewCIsRequest Complex Type

Glossary Item Box

Description

Finds the triggers that populated the specified view and reruns them. (Pass Domain Name, Probe Name)
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

callerApplication Element Sequence CmdbContext Element viewName Element Sequence rediscoverViewCIsRequest Complex Type

Overview

rediscoverViewCIsRequest
Finds the triggers that populated the specified view and reruns them. (Pass Domain Name, Probe Name)
Sequence
viewName xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="rediscoverViewCIsRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Finds the triggers that populated the specified view and reruns them. (Pass Domain Name, Probe 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