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

{
    "id": 73,
    "url": "https://netbox.c3voc.de/api/dcim/interface-templates/73/?format=api",
    "display": "eno4",
    "device_type": {
        "id": 9,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/9/?format=api",
        "display": "R630",
        "manufacturer": {
            "id": 5,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/5/?format=api",
            "display": "Dell",
            "name": "Dell",
            "slug": "dell"
        },
        "model": "R630",
        "slug": "r630"
    },
    "module_type": null,
    "name": "eno4",
    "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": "2023-01-14T15:14:19.736505Z",
    "last_updated": "2023-01-14T15:14:19.736516Z"
}