GET /api/dcim/device-types/9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"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"
},
"default_platform": null,
"model": "R630",
"slug": "r630",
"part_number": "",
"u_height": 1.0,
"exclude_from_utilization": false,
"is_full_depth": true,
"subdevice_role": null,
"airflow": {
"value": "front-to-rear",
"label": "Front to rear"
},
"weight": null,
"weight_unit": null,
"front_image": null,
"rear_image": null,
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2023-01-03T13:35:40.440690Z",
"last_updated": "2023-01-03T13:35:40.440705Z",
"device_count": 3,
"console_port_template_count": 0,
"console_server_port_template_count": 0,
"power_port_template_count": 2,
"power_outlet_template_count": 0,
"interface_template_count": 5,
"front_port_template_count": 0,
"rear_port_template_count": 0,
"device_bay_template_count": 0,
"module_bay_template_count": 0,
"inventory_item_template_count": 0
}