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

{
    "id": 35,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/35/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/35/?format=api",
    "display": "#35",
    "type": "cat5e",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 61,
            "object": {
                "id": 61,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/61/?format=api",
                "display": "ether8",
                "device": {
                    "id": 7,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
                    "display": "Berkeley Router",
                    "name": "Berkeley Router",
                    "description": ""
                },
                "name": "ether8",
                "description": "",
                "cable": {
                    "id": 35,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/35/?format=api",
                    "display": "#35",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 275,
            "object": {
                "id": 275,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/275/?format=api",
                "display": "ether1",
                "device": {
                    "id": 58,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/58/?format=api",
                    "display": "KN6PLV-BrkOxfLA-Yebes",
                    "name": "KN6PLV-BrkOxfLA-Yebes",
                    "description": ""
                },
                "name": "ether1",
                "description": "",
                "cable": {
                    "id": 35,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/35/?format=api",
                    "display": "#35",
                    "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-08T21:26:19.590448Z",
    "last_updated": "2024-12-08T21:26:19.590472Z"
}