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

{
    "id": 3,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/3/?format=api",
    "display": "#3",
    "type": "cat6",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 22,
            "object": {
                "id": 22,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/22/?format=api",
                "display": "ether4",
                "device": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
                    "display": "kn6plv-he-router",
                    "name": "kn6plv-he-router",
                    "description": ""
                },
                "name": "ether4",
                "description": "",
                "cable": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
                    "display": "#3",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 157,
            "object": {
                "id": 157,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/157/?format=api",
                "display": "ether1",
                "device": {
                    "id": 22,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/22/?format=api",
                    "display": "bam-he-srv1",
                    "name": "bam-he-srv1",
                    "description": ""
                },
                "name": "ether1",
                "description": "",
                "cable": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
                    "display": "#3",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "2196f3",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:35:13.177888Z",
    "last_updated": "2024-12-10T05:21:26.021531Z"
}