Maintenance mode of ESXi server not reflecting in install_status field of ESXI CI on instanceIssue The following script include is responsible for updating 'install_status' of the ESXi host VMWarevCenterESXHostsProbe: https://<instance-name>.service-now.com/nav_to.do?uri=ecc_agent_script_include.do?sys_id=7c6ff0ef93c31200c2fe705bb47ffb32%26sysparm_view=discovery However, if ESXi is in maintenance mode, it does not reflect the 'install_status' on ESXi CI on the instance to 'Maintenance'. It keeps it 'Installed'CauseOOB code in MID server script include 'VMWarevCenterESXHostsProbe' not able to covert and set ESXi install_status field to maintenance mode fetched from API call ResolutionDownload this Update SetUpload and commit it to instanceThis will make necessary code changes to MID server script include 'VMWarevCenterESXHostsProbe'Now run the discovery on ESXi/vCEnter and mainteance mode will be updated in 'install_status' filed of ESXi CI which are in maintenance mode on vCenter