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

{
    "id": 5,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/5/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/5/?format=api",
    "display": "#5",
    "type": "cat6",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 197,
            "object": {
                "id": 197,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/197/?format=api",
                "display": "eth1_emac1 (Ethernet)",
                "device": {
                    "id": 30,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/30/?format=api",
                    "display": "kn6plv-he-mimosa",
                    "name": "kn6plv-he-mimosa",
                    "description": ""
                },
                "name": "eth1_emac1",
                "description": "",
                "cable": {
                    "id": 5,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/5/?format=api",
                    "display": "#5",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 26,
            "object": {
                "id": 26,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/26/?format=api",
                "display": "ether8",
                "device": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
                    "display": "kn6plv-he-router",
                    "name": "kn6plv-he-router",
                    "description": ""
                },
                "name": "ether8",
                "description": "",
                "cable": {
                    "id": 5,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/5/?format=api",
                    "display": "#5",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "f44336",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T06:36:18.759226Z",
    "last_updated": "2024-12-10T05:23:10.165485Z"
}