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

{
    "id": 135,
    "url": "https://netbox.c3voc.de/api/dcim/interface-templates/135/?format=api",
    "display": "eth0",
    "device_type": {
        "id": 18,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/18/?format=api",
        "display": "ATEM Mini",
        "manufacturer": {
            "id": 8,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/8/?format=api",
            "display": "Blackmagic Design",
            "name": "Blackmagic Design",
            "slug": "blackmagic-design"
        },
        "model": "ATEM Mini",
        "slug": "atem-mini"
    },
    "module_type": null,
    "name": "eth0",
    "label": "",
    "type": {
        "value": "1000base-t",
        "label": "1000BASE-T (1GE)"
    },
    "enabled": true,
    "mgmt_only": false,
    "description": "",
    "bridge": null,
    "poe_mode": null,
    "poe_type": null,
    "rf_role": null,
    "created": "2025-05-25T11:51:11.451955Z",
    "last_updated": "2025-05-25T11:51:11.451969Z"
}