UpdateServiceParameters Schema
addCIsAndRelationsResponse Complex Type
UpdateServiceParameters Schema : addCIsAndRelationsResponse Complex Type

Glossary Item Box

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

Diagram

comments Element Sequence comments Element cmdbID Element clientID Element Sequence CreatedIDsMap Element Sequence addCIsAndRelationsResponse Complex Type

Overview

Sequence
CreatedIDsMap 1..∞ 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
Sequence
comments xs:string

Used By

Source

<xs:complexType name="addCIsAndRelationsResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element ref="updateparams:CreatedIDsMap" maxOccurs="unbounded" />
    <xs:element name="comments" type="types:ResComments" />
  </xs:sequence>
</xs:complexType>

See Also