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

{
    "id": 5,
    "url": "https://netbox.bayareabackbone.com/api/dcim/console-ports/5/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/console-ports/5/?format=api",
    "display": "console",
    "device": {
        "id": 22,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/22/?format=api",
        "display": "bam-he-srv1",
        "name": "bam-he-srv1",
        "description": ""
    },
    "module": null,
    "name": "console",
    "label": "",
    "type": {
        "value": "other",
        "label": "Other"
    },
    "speed": null,
    "description": "",
    "mark_connected": false,
    "cable": null,
    "cable_end": null,
    "link_peers": [],
    "link_peers_type": null,
    "connected_endpoints": null,
    "connected_endpoints_type": null,
    "connected_endpoints_reachable": null,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:28:04.026224Z",
    "last_updated": "2024-12-06T01:28:04.026254Z",
    "_occupied": false
}