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

{
    "id": 68,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/68/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/68/?format=api",
    "display": "#68",
    "type": null,
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 368,
            "object": {
                "id": 368,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/368/?format=api",
                "display": "Ether5",
                "device": {
                    "id": 73,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/73/?format=api",
                    "display": "KJ6WEG-OAK-ORCA-HAP2",
                    "name": "KJ6WEG-OAK-ORCA-HAP2",
                    "description": ""
                },
                "name": "Ether5",
                "description": "",
                "cable": {
                    "id": 68,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/68/?format=api",
                    "display": "#68",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 166,
            "object": {
                "id": 166,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/166/?format=api",
                "display": "interface 0/6",
                "device": {
                    "id": 26,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
                    "display": "ORCA-EdgeSwitch8",
                    "name": "ORCA-EdgeSwitch8",
                    "description": ""
                },
                "name": "interface 0/6",
                "description": "",
                "cable": {
                    "id": 68,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/68/?format=api",
                    "display": "#68",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "ffeb3b",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T07:29:54.344370Z",
    "last_updated": "2024-12-11T07:29:54.344390Z"
}