Starlink dish info via InControl API

Within the InControl web interface we can see dish status for Starlink WAN interfaces, for example dish ID, software version, alignment.

Looking through and using the InControl REST API, I can’t see the extra_info bundle that is visible within the InControl web interface source. Are these details exposed via the REST API or via devapi?

thanks

Correct within both the UI and the Rest API you are able to view all of the information that you asked for. The alignment is always very helpful to my team. You have to first configure the WAN interface as a Starlink connection to start generating that information. Do this by going into the devices local Web UI, from there Network → WAN → Starlink.

Then you just select which WAN interface you are plugging the Starlink into.

After that your UI should populate with the relevant Starlink status and metrics.

Then for the API you can just hit endpoint /d/ which would only require the REST API. Traverse down to the “starlink_status” object.