Previous Topic: Assign a Standard CI to a CI

Next Topic: Use the Basic View

Assign a Standard CI to a CI Using GRLoader

To assign a Standard CI to a CI, include the <standard_ci> tag in the description of a CI.

Note: For more information, see the CA CMDB Technical Reference Guide.

Example: Assign a Standard CI to a CI

If you have a standard workstation configuration stored in a CI named standard workstation configuration, you can assign that Standard CI to Joe’s Workstation by using GRLoader to load the following XML:

<ci>
        <name>Joe's Workstation</name>
        <class>Server</class>
        <standard_ci>standard workstation configuration</standard_ci>
</ci>