rest api for router configuration?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

rest api for router configuration?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
rest api for router configuration?
rest api for router configuration?
2020-07-01 18:26:30
Model: Archer AX6000  
Hardware Version: V1
Firmware Version: 1.1 (20200427)

Good afternoon.

 

Is there a REST API that I can script against to manage the configuration?  In particular, I want to schedule QOS changes so my work devices have priority during working hours, and other devices during other hours.

  0      
  0      
#1
Options
2 Reply
Re:rest api for router configuration?
2020-07-01 21:46:55

@Halliday 

 

The AX6000 seems to have schedules only for Wi-Fi broadcasts.

 

What you can do is use the Tether app to modify the priority of devices.

 

We do have a section on our site that has GPL Code if that may help: https://www.tp-link.com/us/support/gpl-code/

  0  
  0  
#2
Options
Re:rest api for router configuration?
2020-07-06 13:13:49

If I wanted to manually set my work laptop to priority 3 times a day, I'd do it that way instead of adding a couple of lines to a crontab:

 

0 6 * * 1-5 /bin/curl https://device.tld/rest/prioritize/device/foo

0 16 * * 1-5 /bin/curl https://device.tld/rest/deprioritize/device/foo

 

  0  
  0  
#3
Options

Information

Helpful: 0

Views: 7656

Replies: 2

Related Articles