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

{
    "id": 17,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/17/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/17/?format=api",
    "display": "1500.06.51 ce4794 / 1400.04.71 ce4325",
    "type": "smf",
    "a_terminations": [
        {
            "object_type": "circuits.circuittermination",
            "object_id": 5,
            "object": {
                "id": 5,
                "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/5/?format=api",
                "display": "bam-to-arix: Termination A",
                "circuit": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/3/?format=api",
                    "display": "bam-to-arix",
                    "cid": "bam-to-arix",
                    "provider": {
                        "id": 3,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/providers/3/?format=api",
                        "display": "Amateur Radio Internet Exchange",
                        "name": "Amateur Radio Internet Exchange",
                        "slug": "arix",
                        "description": ""
                    },
                    "description": ""
                },
                "term_side": "A",
                "description": "",
                "cable": {
                    "id": 17,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/17/?format=api",
                    "display": "1500.06.51 ce4794 / 1400.04.71 ce4325",
                    "label": "1500.06.51 ce4794 / 1400.04.71 ce4325",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 7,
            "object": {
                "id": 7,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/7/?format=api",
                "display": "sfp-sfpplus6 (ARIX Peer)",
                "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-sfpplus6",
                "description": "",
                "cable": {
                    "id": 17,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/17/?format=api",
                    "display": "1500.06.51 ce4794 / 1400.04.71 ce4325",
                    "label": "1500.06.51 ce4794 / 1400.04.71 ce4325",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "1500.06.51 ce4794 / 1400.04.71 ce4325",
    "color": "ffeb3b",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T02:14:52.385847Z",
    "last_updated": "2024-12-10T05:16:57.155989Z"
}