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

{
    "id": 15,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/15/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/15/?format=api",
    "display": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
    "type": "smf",
    "a_terminations": [
        {
            "object_type": "circuits.circuittermination",
            "object_id": 2,
            "object": {
                "id": 2,
                "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/2/?format=api",
                "display": "ce4794:Bay Area Mesh Inc:xcid=5918001: Termination A",
                "circuit": {
                    "id": 1,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/1/?format=api",
                    "display": "ce4794:Bay Area Mesh Inc:xcid=5918001",
                    "cid": "ce4794:Bay Area Mesh Inc:xcid=5918001",
                    "provider": {
                        "id": 1,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/providers/1/?format=api",
                        "display": "Hurricane Electric",
                        "name": "Hurricane Electric",
                        "slug": "hurricane-electric",
                        "description": ""
                    },
                    "description": ""
                },
                "term_side": "A",
                "description": "",
                "cable": {
                    "id": 15,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/15/?format=api",
                    "display": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
                    "label": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 9,
            "object": {
                "id": 9,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/9/?format=api",
                "display": "sfp-sfpplus8 (Hurricane Transit)",
                "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-sfpplus8",
                "description": "",
                "cable": {
                    "id": 15,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/15/?format=api",
                    "display": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
                    "label": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
    "color": "ffeb3b",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T01:20:56.714789Z",
    "last_updated": "2024-12-10T05:11:25.379824Z"
}