Ein Interface mit einer spezifischen IP

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

{
    "addresses": [
        {
            "id": 27,
            "address": "192.168.1.11",
            "family": "inet",
            "netmask_prefixlen": 16,
            "interface": 21
        }
    ],
    "if_name": "wlan0",
    "if_hwaddress": "78:8a:20:ae:da:db",
    "is_wireless": true,
    "wifi_attributes": [
        {
            "interface": 21,
            "wifi_ssid": "Ulmenkaserne-West.on-i.de",
            "wifi_bssid": "78:8a:20:ae:da:db",
            "wifi_driver": "nl80211",
            "wifi_hwmode": "802.11an",
            "wifi_mode": "master",
            "wifi_channel": 40,
            "wifi_freq": "5.200",
            "wifi_transmit_power": 18,
            "wifi_signal": -74,
            "wifi_noise": -95,
            "wifi_bitrate": "26.0",
            "wifi_crypt": "Plain",
            "wifi_vaps_enabled": false
        }
    ],
    "accesspoint": "192.168.1.11"
}