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

{
    "id": 57,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/57/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/57/?format=api",
    "display": "#57",
    "type": null,
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 425,
            "object": {
                "id": 425,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/425/?format=api",
                "display": "eth1",
                "device": {
                    "id": 86,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/86/?format=api",
                    "display": "ORCA-Nano",
                    "name": "ORCA-Nano",
                    "description": ""
                },
                "name": "eth1",
                "description": "",
                "cable": {
                    "id": 57,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/57/?format=api",
                    "display": "#57",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 416,
            "object": {
                "id": 416,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/416/?format=api",
                "display": "lan0",
                "device": {
                    "id": 81,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/81/?format=api",
                    "display": "KJ6WEG-OAK-ORCA-PBM5-WSW",
                    "name": "KJ6WEG-OAK-ORCA-PBM5-WSW",
                    "description": ""
                },
                "name": "lan0",
                "description": "",
                "cable": {
                    "id": 57,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/57/?format=api",
                    "display": "#57",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T01:32:11.040364Z",
    "last_updated": "2024-12-11T01:32:11.040384Z"
}