From 53f04c6cefba18183cf596f6faca0b9569259381 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 24 Nov 2022 18:51:08 +0200 Subject: [PATCH] remove secrets from source code --- notes/pve-api.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/notes/pve-api.txt b/notes/pve-api.txt index af3050a..61718b6 100644 --- a/notes/pve-api.txt +++ b/notes/pve-api.txt @@ -1,6 +1,6 @@ Hi Guys So long story short I want to shut down my physical server that is running Proxmox VE using the API. I am fairly new to using API but what I have found thus far is this: -curl https://yourip***REMOVED***/api2/json//nodes/proxmox/stop -k -d 'username=root@pam&password=yourpassword' +curl https://yourip:8006/api2/json//nodes/proxmox/stop -k -d 'username=root@pam&password=yourpassword' Above does not seem to work, Anyone able to assist and just provide the correct curl to use Thanx @@ -18,8 +18,3 @@ https://forum.proxmox.com/threads/shutdown-the-server-via-api.98125/ https://github.com/Corsinvest/cv4pve-api-dotnet API Viewer: https://pve.proxmox.com/pve-docs/api-viewer/index.html - - -***REMOVED*** -https://***REMOVED******REMOVED***/ -https://***REMOVED******REMOVED***/api2/extjs/access/ticket \ No newline at end of file