How to obtain the ID of a resource to the cmdb_key_value table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2022 08:07 AM
Hello everyone.
I have resources with tags in my AWS account.
Besides the key and value, I want my cmdb_key_value table contains the Object_ID of the resources. I tried to obtain that ID through the implementation of changes in "GET TAGS" discovery pattern", but it didn't work.
this is my "GET TAGS" pattern. the way i seek for the the object id its correct? how can i obtain the ID instead?
- Labels:
-
Discovery
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2022 10:02 PM
Each record in cmdb_key_value table has reference to the realted cloud CI.
All you need to do is navigate to the realted CI and check its object_id attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 04:38 AM
i know that. but instead clicking on cloud CI, I want to have the object id_attribute right on cmdb_key_value table. how can i obtain this?