Hello everybody, I am having a hard time figuring out how to access this info via API. I am able to get the Uplink Configuration via API by this endpoint `/devices/{serial}/managementInterface`, so I am assuming there has to be a way to get the Ethernet Configuration as well via API. I tried using this `/devices/{serial}/switch/ports` endpoint but getting 400 Bad Request, {'errors': ['This endpoint only supports MS devices']}. Could someone point me in the right direction? Does the endpoint even exist?
... View more