- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- ConvertToManaged API should not convert the ESXi h...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 03:55 AM
01-27-2025 03:55 AM
ConvertToManaged API should not convert the ESXi hypervisor to managed
One of our customers accidentally converted the ESXI hosts as managed Instances. They didn’t filter the GetHosts API for VMs and ran their automation on all hosts’ objects.
The customer wants to fix the ConvertToManaged API to disallow hosts that are of type ESXi host.
- Tags:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 11:01 AM
01-27-2025 11:01 AM
Re: ConvertToManaged API should not convert the ESXi hypervisor to managed
Hello @Reuben_Ur_Rahman,
I believe there can be use cases that an ESXi, as well as other hypervisor hosts, can be made managed to automate or maintain them with Morpheus. If they should or not would be debatable and the decision by the users/organization. As you mentioned, it would be best that the returned servers/hosts from the customer’s automation would filter the hypervisors, which would be my recommendation.
The Get All Hosts API endpoint has vm=true
to help filter only the VMs from a particular cloud/zone/etc. That is what I utilize to scope the query.
You might create an Idea for additional endpoints that only return a specific type, which can be fed to the ConvertToManaged endpoint, if you feel it helps be a safeguard. Or a convert to managed endpoint that only accepts VMs or that is the default.