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

{
    "id": 1,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/1/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/1/?format=api",
    "display": "#1",
    "type": "dac-passive",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 27,
            "object": {
                "id": 27,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/27/?format=api",
                "display": "sfp-sfpplus1",
                "device": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
                    "display": "kn6plv-he-router",
                    "name": "kn6plv-he-router",
                    "description": ""
                },
                "name": "sfp-sfpplus1",
                "description": "",
                "cable": {
                    "id": 1,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/1/?format=api",
                    "display": "#1",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 2,
            "object": {
                "id": 2,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/2/?format=api",
                "display": "sfp-sfpplus1 (SFP+ 1)",
                "device": {
                    "id": 1,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/1/?format=api",
                    "display": "kn6plv-he-switch",
                    "name": "kn6plv-he-switch",
                    "description": ""
                },
                "name": "sfp-sfpplus1",
                "description": "",
                "cable": {
                    "id": 1,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/1/?format=api",
                    "display": "#1",
                    "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-05T22:24:57.420268Z",
    "last_updated": "2024-12-05T22:24:57.420292Z"
}