GET /api/dcim/cable-terminations/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/cable-terminations/17/?format=api",
    "display": "Cable #9 to eth4",
    "cable": 9,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 67,
    "termination": {
        "id": 67,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/67/?format=api",
        "display": "eth4",
        "device": {
            "id": 8,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/8/?format=api",
            "display": "wolfback-router",
            "name": "wolfback-router",
            "description": ""
        },
        "name": "eth4",
        "description": "",
        "cable": {
            "id": 9,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/9/?format=api",
            "display": "#9",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-06T17:30:33.096384Z",
    "last_updated": "2024-12-06T17:30:33.096423Z"
}