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

{
    "id": 3,
    "url": "https://netbox.c3voc.de/api/dcim/interface-templates/3/?format=api",
    "display": "XGE1/0/3",
    "device_type": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/1/?format=api",
        "display": "A5820X JC102A",
        "manufacturer": {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/1/?format=api",
            "display": "Hewlett-Packard",
            "name": "Hewlett-Packard",
            "slug": "hewlett-packard"
        },
        "model": "A5820X JC102A",
        "slug": "a5820x-jc102a"
    },
    "module_type": null,
    "name": "XGE1/0/3",
    "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-23T13:44:04.897805Z",
    "last_updated": "2022-07-23T13:44:04.897815Z"
}