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

{
    "id": 50,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/50/?format=api",
    "display": "Cable #25 to eth1 (AMPRNET 44.4.59.0/24)",
    "cable": 25,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 262,
    "termination": {
        "id": 262,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/262/?format=api",
        "display": "eth1 (AMPRNET 44.4.59.0/24)",
        "device": {
            "id": 52,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/52/?format=api",
            "display": "FishRanch-EdgeRouter4",
            "name": "FishRanch-EdgeRouter4",
            "description": ""
        },
        "name": "eth1",
        "description": "",
        "cable": {
            "id": 25,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/25/?format=api",
            "display": "#25",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-07T18:34:28.260942Z",
    "last_updated": "2024-12-07T18:34:28.260987Z"
}