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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/dcim/device-types/2/?format=api",
    "display": "A5820 JC100A",
    "manufacturer": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/manufacturers/1/?format=api",
        "display": "Hewlett-Packard",
        "name": "Hewlett-Packard",
        "slug": "hewlett-packard"
    },
    "default_platform": null,
    "model": "A5820 JC100A",
    "slug": "a5820-jc100a",
    "part_number": "",
    "u_height": 1.0,
    "exclude_from_utilization": false,
    "is_full_depth": false,
    "subdevice_role": null,
    "airflow": null,
    "weight": null,
    "weight_unit": null,
    "front_image": null,
    "rear_image": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T13:45:43.231912Z",
    "last_updated": "2022-07-23T13:45:43.231934Z",
    "device_count": 1,
    "console_port_template_count": 0,
    "console_server_port_template_count": 0,
    "power_port_template_count": 0,
    "power_outlet_template_count": 0,
    "interface_template_count": 28,
    "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
}