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

{
    "id": 79,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/79/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/79/?format=api",
    "display": "#79",
    "type": null,
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 326,
            "object": {
                "id": 326,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/326/?format=api",
                "display": "Ether3",
                "device": {
                    "id": 68,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/68/?format=api",
                    "display": "WA6KQB-CCCC-HAP",
                    "name": "WA6KQB-CCCC-HAP",
                    "description": ""
                },
                "name": "Ether3",
                "description": "",
                "cable": {
                    "id": 79,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/79/?format=api",
                    "display": "#79",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 457,
            "object": {
                "id": 457,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/457/?format=api",
                "display": "eth1",
                "device": {
                    "id": 103,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/103/?format=api",
                    "display": "4CCCC-3AF-B2",
                    "name": "4CCCC-3AF-B2",
                    "description": ""
                },
                "name": "eth1",
                "description": "",
                "cable": {
                    "id": 79,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/79/?format=api",
                    "display": "#79",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-31T00:57:54.553218Z",
    "last_updated": "2024-12-31T00:57:54.553228Z"
}