DiscoveryServiceParameters Schema
rediscoverCIsRequest Complex Type
DiscoveryServiceParameters Schema : rediscoverCIsRequest Complex Type

Glossary Item Box

Description

Locate the triggers that discovered the CIs and rerun them. (Pass CIs List)
Namespace http://schemas.hp.com/ucmdb/discovery/1/params

Diagram

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

Overview

rediscoverCIsRequest
Locate the triggers that discovered the CIs and rerun them. (Pass CIs List)
Sequence
Sequence
strValue 0..∞ xs:string
Sequence
callerApplication xs:string
The invoking application

Used By

Source

<xs:complexType name="rediscoverCIsRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Locate the triggers that discovered the CIs and rerun them. (Pass CIs List)</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