HistoryChangesServiceParameters Schema
getChangedCIs Complex Type
HistoryChangesServiceParameters Schema : getChangedCIs Complex Type

Glossary Item Box

Description

Checks whether the specified CIs and their sub-graphs changed between the specifed dates
Namespace http://schemas.hp.com/ucmdb/1/params/history

Diagram

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

Overview

getChangedCIs
Checks whether the specified CIs and their sub-graphs changed between the specifed dates
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

Used By

Source

<xs:complexType name="getChangedCIs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      Checks whether the specified CIs and their sub-graphs changed between the specifed dates 
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cmdbContext" type="types:CmdbContext" />
    <xs:element name="ids" type="types:IDs">
      <xs:annotation>
        <xs:documentation>
          The collection of UCMDB IDs specifying the base CIs to check  
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fromDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>
          Beginning of period in which to check if CIs changed
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="toDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>
          The end of the period to check
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also