Hello,
I used the following GET request to list the VMs :
/api/vmm/v4.0/ahv/config/vms
The return error was PLAT-10006. I investiguated and found that only one VM was the culprit. When I use the previous endpoint with the name filter to pinpoint the VM I indeed get the same error.
Finally, the following endpoint with the VM ext-id produces the same error :
/api/vmm/v4.0/ahv/config/vms/${vm-ext-id}
The same request in the V3 API produces no error. On the UI, the object is visible and looks normal. Even in NCLI the object is correctly fetched.
I’m on pc.2024.3.1.1 and AOS 6.10.1.5
Does any one know what could cause this ?
Does someone know the full meaning of PLAT-10006 ?