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

{
    "id": 67,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/67/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/67/?format=api",
    "display": "#67",
    "type": null,
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 366,
            "object": {
                "id": 366,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/366/?format=api",
                "display": "Ether3",
                "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": "Ether3",
                "description": "",
                "cable": {
                    "id": 67,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/67/?format=api",
                    "display": "#67",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 442,
            "object": {
                "id": 442,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/442/?format=api",
                "display": "ether2",
                "device": {
                    "id": 92,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/92/?format=api",
                    "display": "ORCA-EdgePower",
                    "name": "ORCA-EdgePower",
                    "description": ""
                },
                "name": "ether2",
                "description": "",
                "cable": {
                    "id": 67,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/67/?format=api",
                    "display": "#67",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "03a9f4",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T07:26:28.638106Z",
    "last_updated": "2024-12-11T07:26:28.638125Z"
}