HistoryChangesServiceParameters Schema
getChangedCIs Element
HistoryChangesServiceParameters Schema : getChangedCIs Element

Glossary Item Box

Description

Returns the change data for all CIs related to the specified CIs
Namespace http://schemas.hp.com/ucmdb/1/params/history

Type

Diagram

toDate Element fromDate Element ID Element Sequence ids Element callerApplication Element Sequence cmdbContext Element Sequence getChangedCIs Element

Overview

getChangedCIs getChangedCIs Complex Type
Returns the change data for all CIs related to the specified CIs
Sequence
Sequence
callerApplication xs:string
The invoking application
ids IDs Complex Type
The collection of UCMDB IDs specifying the base CIs to check
Sequence
temp optional xs:boolean
If true, this is a temporary ID. If false, it is the instance's ID in the UCMDB.
fromDate xs:dateTime
Beginning of period in which to check if CIs changed
toDate xs:dateTime
The end of the period to check

Source

<xs:element name="getChangedCIs" type="historyparams:getChangedCIs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      Returns the change data for all CIs related to the specified CIs 
    </xs:documentation>
  </xs:annotation>
</xs:element>

See Also