Previous Topic: Inactivate a CI Relationship Using GRLoader

Next Topic: Delete a CI Relationship from the Database

Reactivate a CI Relationship Using GRLoader

You can reactivate a CI relationship by using GRLoader to submit XML.

To reactivate a CI relationship using GRLoader

  1. Write XML that uses a relation tag to identify the following:
  2. Set the delete_flag to false (or no or 0).
  3. Submit the XML.

    The CI Relationship is reactivated.

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

Example: Reactivate a CI Relationship

In the following XML example, the "connects to" relationship between ci_1 and ci_2 is reactivated.

<GRLoader>
        <relation>
                <dependent>
                        <name>ci_2</name>
                </dependent>
        <type>connects to</type>
                <provider>
                        <name>ci_1</name>
                </provider>
        <delete_flag>false</delete_flag>
        </relation>
</GRLoader>