Proxmox API Return Values

API

New Member
Dec 4, 2013
9
1
1
I'm currently looking to begin development on program that would require Proxmox. I began looking at the API, in order to familiarize myself with the possible calls I may make, and I noticed that it never actually says what's returned. Oh, it says if it's a String, Object, or an array, but it doesn't say what's in said String, Object, or array. I was wondering if there is any information regarding what each API call returns?
 
Just printout the result (return value). Usually documentation did not write any return value, instead user must printout it. This make documentation more flexible because Proxmox going changing every update to provide better product, some item inside array/object added, editor and deleted.

Also, some array/object too long to printout, such as /nodes/{node}/qemu which return all VMs index.