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

{
    "id": 12,
    "url": "https://netbox.c3voc.de/api/dcim/device-types/12/?format=api",
    "display": "CRS326-24G-2S+IN",
    "manufacturer": {
        "id": 6,
        "url": "https://netbox.c3voc.de/api/dcim/manufacturers/6/?format=api",
        "display": "Mikrotik",
        "name": "Mikrotik",
        "slug": "mikrotik"
    },
    "default_platform": null,
    "model": "CRS326-24G-2S+IN",
    "slug": "crs326-24g-2sin",
    "part_number": "",
    "u_height": 0.0,
    "exclude_from_utilization": false,
    "is_full_depth": false,
    "subdevice_role": null,
    "airflow": {
        "value": "passive",
        "label": "Passive"
    },
    "weight": null,
    "weight_unit": null,
    "front_image": null,
    "rear_image": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-03-24T10:03:32.691425Z",
    "last_updated": "2024-03-24T10:03:32.691440Z",
    "device_count": 1,
    "console_port_template_count": 1,
    "console_server_port_template_count": 0,
    "power_port_template_count": 1,
    "power_outlet_template_count": 0,
    "interface_template_count": 26,
    "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
}