Best way to store VM size in out-of box field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 01:53 AM
Hi,
I know we can create custom field in ServiceNow tables but want to avoid them,
Does anyone know if there is any OOB field where I can define if the VM machine T-Shirt size (such as Medium, Large etc.) I was looking if any related list is there to store such information which can change later on and can
Thanks
- Labels:
-
Architect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 02:11 AM
You should be using the Hardware Type [cmdb_ci_compute_template] CI to model this, with the baseline relationship Provisioned From::Provisioned to the VM linking the Hardware Type to the VM. It contains several other important template fields such as disk space, memory, number of vCPUs etc.
Then, you can use CMDB Query Builder to identify all VMs using a certain Hardware Type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 08:54 AM
HI @Ryan Duce thanks that was a good insight to start.
Any suggestion what would be best practice to maintain the version or changes for example if initially it was Large. later on changed to Medium or else so that we can see each line item as we see in some module i dont remember the versions
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 09:11 AM
Changes to the CMDB are fully audited, so if you run ServiceNow cloud discovery for example and you change the t-shirt size in your cloud environment, discovery would dissociate the old hardware type and associate a new hardware type. This would then show on the timeline in the dashboard for that configuration item.