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

{
    "id": 69,
    "url": "https://netbox.c3voc.de/api/dcim/interface-templates/69/?format=api",
    "display": "IPMI",
    "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": "IPMI",
    "label": "",
    "type": {
        "value": "1000base-t",
        "label": "1000BASE-T (1GE)"
    },
    "enabled": true,
    "mgmt_only": true,
    "description": "",
    "bridge": null,
    "poe_mode": null,
    "poe_type": null,
    "rf_role": null,
    "created": "2023-01-03T13:36:16.476753Z",
    "last_updated": "2023-01-03T13:36:16.476766Z"
}