need help to add a new CMDB class in interceptor page to create new Nutanix CIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Below are the classes need to add, i can see these Classes are already there when checking with table.list, but when open cmdb_ci.list --->create new--->then the classes not visible(attached screensort), kindly help how to get these classes.
Nutanix Prism Central
Nutanix Cluster
Nutanix Controller VM (CVM)
Nutanix Storage Container(0
Nutanix Storage Pool
Nutanix Host
Nutanix Virtual Machine Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @satish244 ,
That’s because the Interceptor doesn’t automatically list every child class under cmdb_ci. It only shows classes that are flagged as creatable and exposed in the CMDB Class Manager or navigation modules. If a class isn’t marked that way, it won’t appear in the dropdown even though the table exists.
If you already know the backend table names, you can go directly to those tables (e.g., `nutanix_cluster.list`) and create new records from there.
Alternatively:
- If there are modules for those classes in the left navigation, you can use them to create new records.
- If not, you can open CI Class Manager, navigate to the required class, and then create a new record from that class.
The “Create New” option under `cmdb_ci.list` won’t show child classes — you need to either go directly to the table, use the module, or use CI Class Manager to create records for those specific Nutanix classes.
