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

{
    "id": 11,
    "url": "https://netbox.c3voc.de/api/dcim/device-types/11/?format=api",
    "display": "6-Port Schuko Power Strip",
    "manufacturer": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/manufacturers/3/?format=api",
        "display": "Generic",
        "name": "Generic",
        "slug": "generic"
    },
    "default_platform": null,
    "model": "6-Port Schuko Power Strip",
    "slug": "6-port-schuko-power-strip",
    "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": "2023-01-20T12:41:28.317038Z",
    "last_updated": "2023-01-20T12:41:28.317056Z",
    "device_count": 1,
    "console_port_template_count": 0,
    "console_server_port_template_count": 0,
    "power_port_template_count": 1,
    "power_outlet_template_count": 6,
    "interface_template_count": 0,
    "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
}