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

{
    "id": 18,
    "url": "https://netbox.c3voc.de/api/dcim/console-ports/18/?format=api",
    "display": "CONSOLE",
    "device": {
        "id": 33,
        "url": "https://netbox.c3voc.de/api/dcim/devices/33/?format=api",
        "display": "switch4-lectern",
        "name": "switch4-lectern"
    },
    "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": "2025-05-24T15:36:17.236782Z",
    "last_updated": "2025-05-24T15:36:17.236821Z",
    "_occupied": false
}