Hello,
tell me how to look at what type of CI tables in the database belong? I need to find out which table belongs to the type of CI: databace schema.
Thank you in advance for your help.
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hello,
tell me how to look at what type of CI tables in the database belong? I need to find out which table belongs to the type of CI: databace schema.
Thank you in advance for your help.
Database Schema is probably a parent class for your CI model and you don't have any CIs in it. However in all the cases the method is the same. You have to go to CI Type manager and see what is the Name of the class. For Databashe Schema it is "database_instance". Then you add to that CDM_ prefix and _1 suffix. You end up with CDM_DATABASE_INSTANCE_1, where you can find the instances of this class. In case that the class is empty, you better search the subtypes.
Regards,
Petko
Hello,
Thank you for information. I understood everything and found it in the database.
And please tell me more if the tables are designated as : CDM_prefix and_1 suffix, which is then indicated as: CDM_prefix and_1 suffix, which is then indicated as: HDM_prefix and_1 ? Interested in what kind of tables HDM ?
CDM_ tables are for the CIs. HDM_ ones are for the history - change of attributes, etc. (they are used when you select CI History)
Cheers,
Petko Popadiyski
Well. thanks for the information
Hi,
CDM_HOST_NODE_1 has the Computer CIs. Most probably you have 0 Computer CIs, but you have CIs in the subclasses - Windows, Unix, etc. You have to check each table individually (CDM_NT_1, CDM_UNIT_1).
Petko