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

{
    "id": 130,
    "url": "https://netbox.c3voc.de/api/dcim/interface-templates/130/?format=api",
    "display": "ether2",
    "device_type": {
        "id": 16,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/16/?format=api",
        "display": "TP-Link 5-Port Gigabit PoE Switch",
        "manufacturer": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/11/?format=api",
            "display": "TP-Link",
            "name": "TP-Link",
            "slug": "tp-link"
        },
        "model": "TP-Link 5-Port Gigabit PoE Switch",
        "slug": "tp-link-5-port-gigabit-poe-switch"
    },
    "module_type": null,
    "name": "ether2",
    "label": "",
    "type": {
        "value": "1000base-t",
        "label": "1000BASE-T (1GE)"
    },
    "enabled": true,
    "mgmt_only": false,
    "description": "",
    "bridge": null,
    "poe_mode": {
        "value": "pse",
        "label": "PSE"
    },
    "poe_type": {
        "value": "type1-ieee802.3af",
        "label": "802.3af (Type 1)"
    },
    "rf_role": null,
    "created": "2025-05-24T17:06:10.494315Z",
    "last_updated": "2025-05-24T17:06:10.494327Z"
}