I wrote a script that used the SOAP API to pull together a daily provisioning report. I’m looking at refactoring it to REST, but it looks like there might be some things missing. Specifically, I was referencing:
[:hardware][:guest_os_full_name]
[:custom_attributes][:item]
[:ws_attributes][:item]
after I queried a specific VM. Looking at the REST output for /api/vms/:id, these seem to be missing. Am I looking in the wrong spot, or were these not implemented in Botvinnik?
Thanks,
Matt