GET /api/net/connections/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "display": "S.H.I.E.L.D. Internet Exchange on core01.nyc",
            "name": "S.H.I.E.L.D. Internet Exchange on core01.nyc",
            "peeringdb_netixlan": null,
            "status": {
                "value": "enabled",
                "label": "Enabled"
            },
            "vlan": 666,
            "mac_address": null,
            "ipv6_address": "2001:db8::fbf4:1/64",
            "ipv4_address": null,
            "internet_exchange_point": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/peering/internet-exchanges/1/?format=api",
                "display": "S.H.I.E.L.D. Internet Exchange",
                "name": "S.H.I.E.L.D. Internet Exchange",
                "slug": "shield-ixp",
                "status": "enabled"
            },
            "router": {
                "id": 1,
                "url": "https://demo.peering-manager.net/api/peering/routers/1/?format=api",
                "display": "core01.nyc",
                "name": "core01.nyc",
                "hostname": "core01.nyc.avengers.net"
            },
            "interface": "",
            "description": "",
            "local_context_data": null,
            "comments": "",
            "tags": [],
            "created": "2022-03-05T11:23:59.542000Z",
            "updated": "2022-03-05T11:23:59.542000Z"
        }
    ]
}