Liefert die Inhalte einer Verbindung zwischen zwei APs basierend auf der Link-ID

GET /api/v1/link/1?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "endpoints": [
        {
            "quality": 1.0,
            "interface": {
                "addresses": [
                    {
                        "id": 1160,
                        "address": "10.2.1.1",
                        "family": "inet",
                        "netmask_prefixlen": 16,
                        "interface": 1010
                    }
                ],
                "if_name": null,
                "if_hwaddress": null,
                "is_wireless": false,
                "wifi_attributes": [],
                "accesspoint": "10.2.1.1"
            }
        },
        {
            "quality": 0.168,
            "interface": {
                "addresses": [
                    {
                        "id": 1092,
                        "address": "192.168.0.246",
                        "family": "inet",
                        "netmask_prefixlen": 16,
                        "interface": 942
                    }
                ],
                "if_name": null,
                "if_hwaddress": null,
                "is_wireless": false,
                "wifi_attributes": [],
                "accesspoint": "192.168.0.246"
            }
        }
    ],
    "id": 1,
    "is_wireless": false,
    "position": null,
    "quality": 0.168,
    "timestamp": "2018-01-20T02:36:17.712551Z",
    "wifi_ssid": null
}