Die Suche ergab 2 Treffer
- 14 Jul 2014, 09:53
- Forum: Freier Support
- Thema: OPSI RPC Call SessionID
- Antworten: 3
- Zugriffe: 2383
Re: OPSI RPC Call SessionID
Guten Morgen, Folgender Curl-Aufruf funktioniert bspw: curl --insecure -X POST --user admin:pw -H "Content-Type: application/json" -d '{"params": [], "id": 1, "method": "backend_info"}' https://testclient.uib.local:4441/rpc Mit showPopup hatte ich zu...
- 11 Jul 2014, 08:38
- Forum: Freier Support
- Thema: OPSI RPC Call SessionID
- Antworten: 3
- Zugriffe: 2383
OPSI RPC Call SessionID
Hallo zusammen, ich bin gerade dabei eine abgespeckte Variante eines OPSI Clients in Python zu programmieren der lediglich ein paar kleine Grundfunktionalitäten enthalten soll (z.b. eine Nachricht an den Client senden oder grundlegende Systeminformationen abfragen). Das Abfragen der API vom Client z...