Support for VM Host and Virtual Machine and product name field in CMDB API

Support for VM Host and Virtual Machine and product name field in CMDB API

Here the changes done in CIExecutor.java file to add/update the VM host/VM machine in CMDB API and also support to update the product name field in cmdb api.

Also asset tag is not getting populated while adding assets using CMDB API.

Need to check the diff between the attached file and customer build version file. And then have to provide the jar file.


The key should be in API as below format

Is VM Host
Allowed VMs
Is Virtual Machine
VM Host
Product Name



Attached jar file for 9421 build in attachments. If any customer wants jar for different build, please contact the developer in Asset team

Kindly follow the below steps to provide support to add/update the VM Host/VM Machine in CMDB API

1. Create fixes folder under ServiceDesk Home directory
2. Download the attached jar file to above created fixes folder.
3, And then ask the customer to restart the application

                  New to ADSelfService Plus?

                    • Related Articles

                    • Contact name is shown as System instead of actual name

                      In certain cases , users will see this error in the request details page. As per design of SCP 11.0, Support Rep of one Portal cannot be a Contact in another portal. If a support rep in portal A , sends email to Portal B , (where he is associated or ...
                    • API -Listing requests based on Additional Field Values

                      This can be met through V3 API. Go to Admin > Incident Additional Fields and make a note of the "API Field Name" as highlighted below: Please follow the below mentioned to pull the requests based on the additional field values: 1. Use the Input as ...
                    • Support for RAW JSON in Rest API input

                      Requirement While calling the Rest API from external clients (like postman), currently the input data is sent as a parameter with key "input_data". Some of the customers came with a requirement to pass the input data in raw json format. But, the RAW ...
                    • API -Listing Requesters with E-mail Address

                      1. Encode the below mentioned and change the highlighted as per yours: { "list_info": { "sort_field": "name", "start_index": 1, "sort_order": "asc", "row_count": "100", "get_total_count": true, "search_fields": { "email_id": "req1@msp.com" } }, ...
                    • API -Listing Requesters with Phone Number

                      1. Encode the below mentioned and change the highlighted as per yours: { "list_info": { "sort_field": "name", "start_index": 1, "sort_order": "asc", "row_count": "25", "get_total_count": true, "search_fields": { "mobile": "98765432100" } }, ...