UpdateServiceParameters Schema
CreatedIDsMap Element
UpdateServiceParameters Schema : CreatedIDsMap Element

Glossary Item Box

Description

The map of submitted client IDs and the IDs of the corresponding CIs created in the UCMDB.
Namespace http://schemas.hp.com/ucmdb/1/params/update

Type

Diagram

cmdbID Element clientID Element Sequence CreatedIDsMap Element

Overview

CreatedIDsMap 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

Source

<xs:element name="CreatedIDsMap" type="updatetypes:ClientIDToCmdbID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            The map of submitted client IDs and the IDs of the corresponding CIs created in the UCMDB.
        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also