GET /api/dcim/interface-templates/70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 70,
"url": "https://netbox.c3voc.de/api/dcim/interface-templates/70/?format=api",
"display": "eno1",
"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": "eno1",
"label": "",
"type": {
"value": "1000base-t",
"label": "1000BASE-T (1GE)"
},
"enabled": true,
"mgmt_only": false,
"description": "",
"bridge": null,
"poe_mode": null,
"poe_type": null,
"rf_role": null,
"created": "2023-01-14T15:14:08.625355Z",
"last_updated": "2023-01-14T15:14:08.625378Z"
}