J JohnJames Member Feb 16, 2021 9 0 6 40 Jul 8, 2021 #1 I would like to automate the process of cloning/creating a VM. Can someone point me to some good reference material on CMDs that can be run. Also, when performing tasks in the GUI is there a place that shows the actual CMD issued?
I would like to automate the process of cloning/creating a VM. Can someone point me to some good reference material on CMDs that can be run. Also, when performing tasks in the GUI is there a place that shows the actual CMD issued?
t.lamprecht Proxmox Staff Member Staff member Jul 28, 2015 6,453 3,511 303 South Tyrol/Italy shop.proxmox.com Jul 8, 2021 #2 JohnJames said: I would like to automate the process of cloning/creating a VM. Can someone point me to some good reference material on CMDs that can be run. Click to expand... Check the documentation: https://pve.proxmox.com/pve-docs/#_proxmox_ve_manual_pages Those manual pages are also available on CLI, for example by executing man qm. JohnJames said: Also, when performing tasks in the GUI is there a place that shows the actual CMD issued? Click to expand... You can normally use the browsers' developer console to get a network view with all API requests, also the documentation includes an API explorer: https://pve.proxmox.com/pve-docs/api-viewer/index.html For a bit more info on the API and API clients in various languages see: https://pve.proxmox.com/wiki/Proxmox_VE_API Reactions: Tmanok
JohnJames said: I would like to automate the process of cloning/creating a VM. Can someone point me to some good reference material on CMDs that can be run. Click to expand... Check the documentation: https://pve.proxmox.com/pve-docs/#_proxmox_ve_manual_pages Those manual pages are also available on CLI, for example by executing man qm. JohnJames said: Also, when performing tasks in the GUI is there a place that shows the actual CMD issued? Click to expand... You can normally use the browsers' developer console to get a network view with all API requests, also the documentation includes an API explorer: https://pve.proxmox.com/pve-docs/api-viewer/index.html For a bit more info on the API and API clients in various languages see: https://pve.proxmox.com/wiki/Proxmox_VE_API
J JohnJames Member Feb 16, 2021 9 0 6 40 Jul 9, 2021 #3 Thank you, for the quick response. I will give it a read here soon.