UpdateServiceParameters Schema
updateCIsAndRelationsResponse Complex Type
UpdateServiceParameters Schema : updateCIsAndRelationsResponse Complex Type

Glossary Item Box

Namespace http://schemas.hp.com/ucmdb/1/params/update

Diagram

cmdbID Element clientID Element Sequence CreatedIDsMap Element Sequence updateCIsAndRelationsResponse Complex Type

Overview

Sequence
CreatedIDsMap 0..∞ ClientIDToCmdbID Complex Type
The map of submitted client IDs and the IDs of the corresponding CIs created in the UCMDB.
Sequence
clientID xs:string
The temporary ID supplied by the client
cmdbID xs:string
The real ID assigned by the UCMDB

Used By

Source

<xs:complexType name="updateCIsAndRelationsResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element ref="updateparams:CreatedIDsMap" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also