Skip to main content
Question

REST API v4: Get VMS API on PE failing with 404

  • July 16, 2026
  • 0 replies
  • 10 views

When I make an API on Prism Central, I get the appropriate result. Perhaps, when I make same API call on PE, by just changing IP to PE, response is 404 not found.

e,g,:
 

root@ahv:~# curl -k -u admin:'****'   -H "Accept: application/json"   "https://<PE>:9440/api/vmm/v4.2/ahv/config/vms/{UUID}"

{

    "message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."

}

 

PC version and PE version: 7.5.1

Any pointers, what we might have been missing?