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

{
    "id": 16,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/16/?format=api",
    "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
    "type": "smf",
    "a_terminations": [
        {
            "object_type": "circuits.circuittermination",
            "object_id": 4,
            "object": {
                "id": 4,
                "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/4/?format=api",
                "display": "FCIX-to-BAM: Termination A",
                "circuit": {
                    "id": 2,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/2/?format=api",
                    "display": "FCIX-to-BAM",
                    "cid": "FCIX-to-BAM",
                    "provider": {
                        "id": 2,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/providers/2/?format=api",
                        "display": "Fremont Cabal Internet Exchange",
                        "name": "Fremont Cabal Internet Exchange",
                        "slug": "fcix",
                        "description": ""
                    },
                    "description": ""
                },
                "term_side": "A",
                "description": "",
                "cable": {
                    "id": 16,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                    "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 8,
            "object": {
                "id": 8,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/8/?format=api",
                "display": "sfp-sfpplus7 (FCIX 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-sfpplus7",
                "description": "",
                "cable": {
                    "id": 16,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                    "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
    "color": "ffeb3b",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T02:09:31.313438Z",
    "last_updated": "2024-12-10T05:18:28.948208Z"
}