Get CI relationship

To read relationship between CIs use the following URL format:

http://<servername>:<portnumber>/api/cmdb/cirelationships/CI Name/

Assuming you are fetching relationship between two CIs available in the local server with port number 8080, the URL should be given as::

http://localhost:8080/api/cmdb/cirelatiionships/CI Name/

Keypoints:

  1. The operation name "read"  should be sent as a "POST attribute" with key "OPERATION_NAME".

  2. The technician key should be sent as a "POST attribute" with key "TECHNICIAN_KEY

 

To know more about fetching CI relationships, visit the following pages: