Search results

  1. S

    Shutdown Proxmox using APi

    This would work yes, but the times are not set. Sometimes weeks go by before power outages would occur. I live in South Africa so we get Load shedding (Then Power load is too high we receive 2 hours load shedding where we do not have power for 2 hours) now I have a system in place to run...
  2. S

    Shutdown Proxmox using APi

    Hey Man. No it did not seem to work. I don't know where to find the cookie. So to give more context I want to run this command from a terminal in Home Assistant as I'm using automation to turn my device off before scheduled power outages in my area. And I need to get this to work before I can...
  3. S

    Shutdown Proxmox using APi

    Noted thanx man. But do you know what Command I should use? Above post did not work
  4. S

    Shutdown Proxmox using APi

    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:8006/api2/json//nodes/proxmox/stop -k -d 'username=root@pam&password=yourpassword' Above does...