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

{
    "id": 4,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/4/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/cables/4/?format=api",
    "display": "#4",
    "type": "cat6",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 21,
            "object": {
                "id": 21,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/21/?format=api",
                "display": "ether3",
                "device": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
                    "display": "kn6plv-he-router",
                    "name": "kn6plv-he-router",
                    "description": ""
                },
                "name": "ether3",
                "description": "",
                "cable": {
                    "id": 4,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/4/?format=api",
                    "display": "#4",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 159,
            "object": {
                "id": 159,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/159/?format=api",
                "display": "enp43s0",
                "device": {
                    "id": 23,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/23/?format=api",
                    "display": "bam-he-srv2",
                    "name": "bam-he-srv2",
                    "description": ""
                },
                "name": "enp43s0",
                "description": "",
                "cable": {
                    "id": 4,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/4/?format=api",
                    "display": "#4",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "111111",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:35:34.023542Z",
    "last_updated": "2024-12-10T05:20:53.110123Z"
}