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

{
    "id": 112,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/112/?format=api",
    "display": "Cable #56 to interface 0/2",
    "cable": 56,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 162,
    "termination": {
        "id": 162,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/162/?format=api",
        "display": "interface 0/2",
        "device": {
            "id": 26,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
            "display": "ORCA-EdgeSwitch8",
            "name": "ORCA-EdgeSwitch8",
            "description": ""
        },
        "name": "interface 0/2",
        "description": "",
        "cable": {
            "id": 56,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/56/?format=api",
            "display": "#56",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-11T01:31:34.430419Z",
    "last_updated": "2024-12-11T01:31:34.430438Z"
}