Ich probiere es z.B. so:
curl -X POST http://192.168.178.130/src/jsonrpc.php -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -d '{"version":"2.0","method":"cmdb.object.read","params":{"apikey":"abcdefgh","id":62,"catgID":47},"id":1}'
Ich bekomme aber kein Ergebnis (es sollte die IP-Adresse des Hosts angezeigt werden). Ist der Aufruf noch falsch?