Beiträge von Ortrik

    Hallo,


    bisher hatte ich einen kleinen und alten Cloud Key (UC-CK) im Einsatz. Dort konnte ich mit den URL:

    Code
    curl 'https://<IP_CLOUDKEY>:8443/api/login' --data-binary '{"username":"<BENUTZER>","password":"<SEINPASSWORT>","strict":true}' --compressed --insecure -c c.txt
    curl --insecure -b c.txt -c c.txt 'https://<IP_CLOUDKEY>:8443/api/s/default/stat/health'

    den Health Status auswerten.


    Mein neuer Cloud Key Gen2 Plus (UCK-G2-PLUS) antwortet nicht mehr auf die Anfragen. Ich habe auch schon die neuen URL aus


    products:software:unifi-controller:api [Ubiquiti Community Wiki]

    Code
    https://<IP_CLOUDKEY>/api/auth/login
    https://<IP_CLOUDKEY>/proxy/network/api/s/default/stat/health

    probiert, aber irgendwas mache ich falsch. Auf dem neuen CloudKey-Network ist die aktuelle Firmware 7.1.66 und OS 2.4.10.


    Hat jemand eine Lösung für mich?


    LG Ortrik