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

{
    "id": 78,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/78/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/78/?format=api",
    "display": "#78",
    "type": "cat5e",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 93,
            "object": {
                "id": 93,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/93/?format=api",
                "display": "eth1",
                "device": {
                    "id": 13,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/13/?format=api",
                    "display": "KN6PLV-CCCC-ER",
                    "name": "KN6PLV-CCCC-ER",
                    "description": ""
                },
                "name": "eth1",
                "description": "",
                "cable": {
                    "id": 78,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/78/?format=api",
                    "display": "#78",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 456,
            "object": {
                "id": 456,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/456/?format=api",
                "display": "eth0",
                "device": {
                    "id": 103,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/103/?format=api",
                    "display": "4CCCC-3AF-B2",
                    "name": "4CCCC-3AF-B2",
                    "description": ""
                },
                "name": "eth0",
                "description": "",
                "cable": {
                    "id": 78,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/78/?format=api",
                    "display": "#78",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "111111",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-30T22:24:26.042680Z",
    "last_updated": "2024-12-30T22:24:26.042689Z"
}