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

{
    "id": 11,
    "url": "https://netbox.bayareabackbone.com/api/dcim/console-ports/11/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/console-ports/11/?format=api",
    "display": "Usb-storage",
    "device": {
        "id": 63,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/63/?format=api",
        "display": "N9JIM-ALLISON-HAPAC2",
        "name": "N9JIM-ALLISON-HAPAC2",
        "description": ""
    },
    "module": null,
    "name": "Usb-storage",
    "label": "",
    "type": {
        "value": "usb-a",
        "label": "USB Type A"
    },
    "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-09T07:02:34.606112Z",
    "last_updated": "2024-12-09T07:02:34.606160Z",
    "_occupied": false
}