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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "url": "https://netbox.c3voc.de/api/dcim/console-ports/3/?format=api",
            "display": "CONSOLE",
            "device": {
                "id": 18,
                "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
                "display": "switch96",
                "name": "switch96"
            },
            "module": null,
            "name": "CONSOLE",
            "label": "",
            "type": {
                "value": "rj-45",
                "label": "RJ-45"
            },
            "speed": null,
            "description": "",
            "mark_connected": false,
            "cable": null,
            "cable_end": "",
            "link_peers": [],
            "link_peers_type": null,
            "connected_endpoints": null,
            "connected_endpoints_type": null,
            "connected_endpoints_reachable": null,
            "tags": [],
            "custom_fields": {},
            "created": "2024-03-24T10:06:16.285618Z",
            "last_updated": "2024-03-24T10:06:16.285633Z",
            "_occupied": false
        },
        {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/console-ports/2/?format=api",
            "display": "CON",
            "device": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
                "display": "swt-colo-1",
                "name": "swt-colo-1"
            },
            "module": null,
            "name": "CON",
            "label": "",
            "type": {
                "value": "rj-45",
                "label": "RJ-45"
            },
            "speed": {
                "value": 9600,
                "label": "9600 bps"
            },
            "description": "",
            "mark_connected": false,
            "cable": {
                "id": 42,
                "url": "https://netbox.c3voc.de/api/dcim/cables/42/?format=api",
                "display": "#42",
                "label": ""
            },
            "cable_end": "B",
            "link_peers": [
                {
                    "id": 1,
                    "url": "https://netbox.c3voc.de/api/dcim/console-server-ports/1/?format=api",
                    "display": "ttyS0",
                    "device": {
                        "id": 6,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                        "display": "storage",
                        "name": "storage"
                    },
                    "name": "ttyS0",
                    "cable": 42,
                    "_occupied": true
                }
            ],
            "link_peers_type": "dcim.consoleserverport",
            "connected_endpoints": [
                {
                    "id": 1,
                    "url": "https://netbox.c3voc.de/api/dcim/console-server-ports/1/?format=api",
                    "display": "ttyS0",
                    "device": {
                        "id": 6,
                        "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                        "display": "storage",
                        "name": "storage"
                    },
                    "name": "ttyS0",
                    "cable": 42,
                    "_occupied": true
                }
            ],
            "connected_endpoints_type": "dcim.consoleserverport",
            "connected_endpoints_reachable": true,
            "tags": [],
            "custom_fields": {},
            "created": "2023-01-14T15:24:21.883549Z",
            "last_updated": "2023-01-14T15:24:21.883570Z",
            "_occupied": true
        }
    ]
}