Replies: 2 comments
-
For some reason, I am now able to see stats generated by my UDR. The only changes that I did and I'm not sure which which made it work were:
Hope this thread will be useful to someone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently upgraded from a Ubiquiti USG to a UDR. In the past, I would use the standalone Unifi Controller App to manage my USG. Now the configuration is different because the UDR has the controller software inside the UnifiOS. I'm getting an API Error.
How do I get the stats to work again now under the new setup?
when I followed the instructions from this thread, the curl command did return useful information.
curl -L --insecure -X POST --data-binary '{ "username": "user1@yahoo.com", "password": "????????", "remember": true }' -c cookies.txt --header 'Content-Type: application/json' https://192.168.1.1:443/api/auth/login
I created a non-UI-SSO account that I created inside the UnifiOS interface. However, the UI-SSO login credientials, also, seems to work.
What do I need to enter in the widgets.yaml in order for it to work? The documentations should be updated?
Beta Was this translation helpful? Give feedback.
All reactions