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

{
    "id": 30,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/30/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/30/?format=api",
    "display": "#30",
    "type": "cat6",
    "a_terminations": [],
    "b_terminations": [],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "9c27b0",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T23:03:46.383545Z",
    "last_updated": "2024-12-07T23:03:46.383573Z"
}