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

{
    "id": 23,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/23/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/23/?format=api",
    "display": "#23",
    "type": null,
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 168,
            "object": {
                "id": 168,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/168/?format=api",
                "display": "interface 0/8",
                "device": {
                    "id": 26,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
                    "display": "ORCA-EdgeSwitch8",
                    "name": "ORCA-EdgeSwitch8",
                    "description": ""
                },
                "name": "interface 0/8",
                "description": "",
                "cable": {
                    "id": 23,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/23/?format=api",
                    "display": "#23",
                    "label": "",
                    "description": "Wireless Wire"
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 178,
            "object": {
                "id": 178,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/178/?format=api",
                "display": "interface 0/8",
                "device": {
                    "id": 27,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/27/?format=api",
                    "display": "FishRanch-EdgeSwitch8",
                    "name": "FishRanch-EdgeSwitch8",
                    "description": ""
                },
                "name": "interface 0/8",
                "description": "",
                "cable": {
                    "id": 23,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/23/?format=api",
                    "display": "#23",
                    "label": "",
                    "description": "Wireless Wire"
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "",
    "length": null,
    "length_unit": null,
    "description": "Wireless Wire",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T18:29:29.408618Z",
    "last_updated": "2024-12-07T18:29:29.408645Z"
}