E Egor New Member Nov 21, 2016 28 1 3 33 Mar 9, 2017 #1 There is a way to set description for virtual machine when making POST request. How to retrieve that info for a particular virtual machine if we know its vmid?
There is a way to set description for virtual machine when making POST request. How to retrieve that info for a particular virtual machine if we know its vmid?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,297 717 253 Austria www.proxmox.com Mar 9, 2017 #2 GET /nodes/' + nodename + '/qemu/' + vmid + '/config' Reactions: Egor
E Editor Well-Known Member Apr 26, 2017 108 1 58 Turkey Apr 3, 2018 #3 dietmar said: GET /nodes/' + nodename + '/qemu/' + vmid + '/config' Click to expand... Is it possible to add data to the vm/ct's conf file with API?
dietmar said: GET /nodes/' + nodename + '/qemu/' + vmid + '/config' Click to expand... Is it possible to add data to the vm/ct's conf file with API?