Omada Cloud API
Hello,
there is quite good but not full api documentation for v5, here it was posted by @Fae (thanks), it is written for v5.0.15. So far good, but what about omada cloud api and if it will be available? I am confused by few things in url's from omada cloud. As example, my controller is v5.3.1, cloud does see it as v5.3.1 and uses it in url, currently: omada/5.3.1/index.html?token=YOURTOKEN&deviceId=YOURDEVICEID&omadacId=YOUROMADAID .
Now when playing around one can test a lot, but few things are for me confusing. Just as simple example omada/5.3.1/..., if I change let's say that number to any existing version, like 5.1.8, then the url works, if opening in browser dashboard loads and everything works, when clicking about omada, then it logically tells me version of my omada controller, which in case of opening url 5.1.8 still shows as 5.3.1, but opens. Now if I put some non existing controller version, let's say 9.9.9, then it tells me Error 404 Sorry, page not found. I have several questions for that very simple example which everybody can reproduce in a browser. Now if we get into complexity of all commands, does it mean that something is executed on cloud instead of controller would be executed in different code version of that specific function/call? Hope to see some improvement in regard of the api and its documentation.