Nutanix V4 API returns PLAT-10006

This unhelpful error is returned when using the Postman API collection. The problem is that for example when using a simple “List VMs” call – the URL which is sent contains placeholder values that cause the PC endpoint to return a 500 and the PLAT-10006 response.

Check the postman console to see what it is sending to the PC and either put meaningful values in the fields for “$filter”, “$orderby” etc. or un-select the field in postman. In my console the error appears as below, but then I get a 200 when I put a valid filter in the “$filter” field.

postman console when generating the PLAT-10006 error

Leave a Comment