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

{
    "id": 67,
    "url": "https://netbox.c3voc.de/api/dcim/interface-templates/67/?format=api",
    "display": "enp3s0f0",
    "device_type": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/4/?format=api",
        "display": "Thomas Krenn SC826",
        "manufacturer": {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/2/?format=api",
            "display": "Supermicro",
            "name": "Supermicro",
            "slug": "supermicro"
        },
        "model": "Thomas Krenn SC826",
        "slug": "thomas-krenn-sc826"
    },
    "module_type": null,
    "name": "enp3s0f0",
    "label": "",
    "type": {
        "value": "10gbase-x-sfpp",
        "label": "SFP+ (10GE)"
    },
    "enabled": true,
    "mgmt_only": false,
    "description": "",
    "bridge": null,
    "poe_mode": null,
    "poe_type": null,
    "rf_role": null,
    "created": "2022-07-23T14:50:16.172499Z",
    "last_updated": "2022-07-23T14:50:16.172515Z"
}