UpdateTypes Schema
ClientIDToCmdbID Complex Type
UpdateTypes Schema : ClientIDToCmdbID Complex Type

Glossary Item Box

Description

The CIs are sent to the UCMDB with a client ID. The reply is the corresponding UCMDB ID assigned to this CI
Namespace http://schemas.hp.com/ucmdb/1/types/update

Diagram

cmdbID Element clientID Element Sequence ClientIDToCmdbID Complex Type

Overview

ClientIDToCmdbID
The CIs are sent to the UCMDB with a client ID. The reply is the corresponding UCMDB ID assigned to this CI
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="ClientIDToCmdbID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The CIs are sent to the UCMDB with a client ID. The reply is the corresponding UCMDB ID assigned to this CI</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="clientID" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The temporary ID supplied by the client
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cmdbID" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The real ID assigned by the UCMDB
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also