Omada V2 API
How does one get info on the V2 API? I see on previous posts it was provided for V1, but nothing on the newest. I am currently running the Omada V4 Controller Software.
Example - https://community.tp-link.com/en/business/forum/topic/156627
Please advise.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Is nice that Omada is using an JSON REST API.
The current provided documentation is of useless as there is no information on the payload.
For now, I am just doing reverse engineering.
Use the controller from the web browser with devtools enabled. Watch the network requests while doing an action and check what payload is sent by the JS code.
For example the PATCH payoad for setting the fixed IP address and upload and download limits is
PATCH /api/v2/sites/Default/clients/CLIENT-MAC-ADDRESS
{"name":"CLIENT-NAME","rateLimit":{"downEnable":true,"downLimit":10,"downUnit":1,"upEnable":true,"upLimit":10,"upUnit":1},"ipSetting":{"useFixedAddr":true,"netId":"612160610a3a7500017503b2","ip":"192.168.2.20"}}
I hope it helps. Happy hacking
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Hi,
Same here, definitely interested in a working non-limitating API for Omada products.
Is there any news regarding the new Omada Controller v5.1 or its related API?
Any ETA or roadmap?
Thanks.
Greetings.
- Copy Link
- Report Inappropriate Content
@Fae Any updates? ... it's been months
- Copy Link
- Report Inappropriate Content
Dear @DougH,
DougH wrote
Any updates? ... it's been months
As mentioned, the complete API is planned to be standardized and updated after the Omada Controller v5.1.
Controller v5.0.x hasn't been released yet, I think we may wait until the controller v5.1 has been released.
Thank you for your great cooperation and patience!
- Copy Link
- Report Inappropriate Content
Fae wrote
Controller v5.0.x hasn't been released yet, I think we may wait until the controller v5.1 has been released.
@Fae,
Yet it seems the Controller v5.0.x has been released, but on the "V4" page :
https://www.tp-link.com/fr/support/download/omada-software-controller/
I also noticed a big size gap on the zip file with previous version (4.4.6), does it mean many new functionalities ?
I haven't tried it yet, because only the Windows binaries have been released and my controller runs on Linux.
- Copy Link
- Report Inappropriate Content
ate there any updates on the swagger open api documentation? This is exactly what I am looking for to enable automation in my platform.
- Copy Link
- Report Inappropriate Content
@K2-Tek I'm looking for the same thing.
I managed to reverse engineer the calls/data I needed using Chrome tools. You will probably have to do the same thing.
Until TP-Link provides something official, it's all reverse engineering.
- Copy Link
- Report Inappropriate Content
There was an indication from @Fae that once v5 of the controller is officially released, there will be updated documentation.
I think it would be great if there were an official Python or PHP module.
But the good news is that once a community module is developed, we could add new features (like Radio AI) as part of the community module.
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 33569
Replies: 50
Voters 0
No one has voted for it yet.