Festplatten per API auf Funktion im Raid System überprüfen

baris1344

New Member
Jun 2, 2023
23
2
3
Hi ich habe ein kleines Problem, ich will mithilfe einer API per Curl abfragen wieviele Festplatten verfügbar sind, um zu checken ob eine ausgefallen ist. Ich habe das bei Postman gemacht und es hat auch funktioniert. Ich habe folgenden Link benutzt:
https://proxmox.local/api2/json/nodes/pve/disks/list
Kann mir jemand helfen einen Curl link zu erstellen? Später will ich eine Automatische Abfrage im Home Assistant erstellen, das kriege ich dann alleine hin.
 
Hi Dominik, das habe ich gesehen, könntest du mir evtl. einen beispiel curl befehl formulieren um einen Container zu stoppen? Lg
 
sieht zb so aus:

Code:
curl 'https://<YOUR-PVE-IP-OR-HOST>:8006/api2/json/nodes/NODNEAME/lxc/VMID/status/shutdown'  -X 'POST' -H 'CSRFPreventionToken: THECSRFTOKEN' -H 'Cookie: PVEAuthCookie=THEAUTHCOOKIE'

wobei man die relevanten teile natürlich ersetzen muss

ohne gültiges zertifikat benötigt man noch '--insecure'

wie gesagt der einfachste weg ist im browser die dev console anmachen, die aktion ausführen die man haben will und den netzwerk request zu exportieren (bei chrome ist es rechtsklick und 'copy as curl')
 
Alles klar, vielen dank, ich werde das mal mit der curl probieren und das über die dev console ebenfalls. :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!