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

{
    "id": 15,
    "url": "https://netbox.bayareabackbone.com/api/dcim/console-ports/15/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/console-ports/15/?format=api",
    "display": "Usb-storage",
    "device": {
        "id": 69,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/69/?format=api",
        "display": "W6AK-CarpPk-HAP",
        "name": "W6AK-CarpPk-HAP",
        "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-10T19:53:40.274417Z",
    "last_updated": "2024-12-10T19:53:40.274441Z",
    "_occupied": false
}