Requests
All API requests will be directed to the https://[device_ip]/api
url. The majority of requests follow the same RESTful pattern. Following the api url will be a collection name or a command directive.
For example, information on the current DHCP settings can be found in the DHCP collection at https://[device_ip]/api/dhcp
.
Note: For all examples on this site, device_ip = 192.168.2.1.