1

I've two custom CI Types(for example: Test1 and Test2) under Node CI Type, I want to create custom relationship between them, How can I do that?

I tried creating relationship from CMS UI but I couldn't find an option to create it. is there a way to do it?

1 Answer 1

1

If you have ucmdb Java client in your local, you can create relationships from it

Steps to create relationship between two CI Types

  1. Navigate to CI Type Manager

  2. Select two CI Types(Test1 and Test2) to which you want to create relationships

  3. Right Click and click on Add/Remove Relationship, then it will popup a sub window for relationships creation

  4. In the popup box, check mark the box for the relationship types that you want to create (for example: composition/dependency/containment, etc)

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, this solution worked perfectly

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.