Is there any ability to pull starlink info through the API? We can pull WAN/Ethernet info obviously, but when configured as a Starlink WAN, there is additional information provided in the web UI and want to pull this same info from the API.
Hi Dave,
There is not much in the API documentation for this. There is within the router API docs this call:
You can find the documentation here: https://download.peplink.com/resources/Peplink-Router-API-Documentation-for-Firmware-8.5.2.pdf
For the IC2 API you can manages the new Starlink pools:
Source: InControl 2 API Documentation - Peplink
Maybe you can create a Feature request for it?
Hope this helps. Let me know if you have any questions.
@Dave You can run a router API call through Incontrol as a proxy so POST to
/rest/o/{organization_id}/g/{group_id}/d/{device_id}/devapi/cmd.starlink
Should work.
1 Like
Thank you both. Reviewing with my programmers!!
1 Like