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

{
    "id": 20,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/20/?format=api",
    "display": "#20",
    "type": null,
    "a_terminations": [
        {
            "object_type": "dcim.powerport",
            "object_id": 32,
            "object": {
                "id": 32,
                "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/32/?format=api",
                "display": "pwr-in",
                "device": {
                    "id": 51,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
                    "display": "PDU",
                    "name": "PDU",
                    "description": ""
                },
                "name": "pwr-in",
                "description": "",
                "cable": {
                    "id": 20,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
                    "display": "#20",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.powerfeed",
            "object_id": 1,
            "object": {
                "id": 1,
                "url": "https://netbox.bayareabackbone.com/api/dcim/power-feeds/1/?format=api",
                "display": "fmt2.1500.06.51",
                "name": "fmt2.1500.06.51",
                "cable": {
                    "id": 20,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
                    "display": "#20",
                    "label": "",
                    "description": ""
                },
                "description": "",
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "111111",
    "length": 15.0,
    "length_unit": {
        "value": "ft",
        "label": "Feet"
    },
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T07:36:24.789432Z",
    "last_updated": "2024-12-07T07:36:32.058210Z"
}