
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 02:44 AM
Hi,
Does anyone know where group relationship for CMDB is stored?
For example an application service i want to add a group relationship:
it would open the $relationshipEditor
i tried querying in cmdb_rel_ci table but record is not there.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 04:27 AM
Hello
The group relationship table is "cmdb_rel_group". If we try to create a new record (new group relationship) you will see Ci, Group, and type of relationship. This clearly says why this type of relationship exists. One of the types of relationship is "Backup done by:: Does backups for".
Also check this KB: Link
Please mark my response as helpful/Correct if applicable.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 04:27 AM
Hello
The group relationship table is "cmdb_rel_group". If we try to create a new record (new group relationship) you will see Ci, Group, and type of relationship. This clearly says why this type of relationship exists. One of the types of relationship is "Backup done by:: Does backups for".
Also check this KB: Link
Please mark my response as helpful/Correct if applicable.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 10:13 PM
Thank you!!