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

{
    "id": 42,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-types/42/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-types/42/?format=api",
    "display": "12v200ah LiFePO4",
    "manufacturer": {
        "id": 11,
        "url": "https://netbox.bayareabackbone.com/api/dcim/manufacturers/11/?format=api",
        "display": "LiTime",
        "name": "LiTime",
        "slug": "litime",
        "description": ""
    },
    "default_platform": null,
    "model": "12v200ah LiFePO4",
    "slug": "12v200ah-lifepo4",
    "part_number": "",
    "u_height": 0.0,
    "exclude_from_utilization": false,
    "is_full_depth": false,
    "subdevice_role": null,
    "airflow": null,
    "weight": 45.8,
    "weight_unit": {
        "value": "lb",
        "label": "Pounds"
    },
    "front_image": null,
    "rear_image": null,
    "description": "",
    "comments": "[Specs](https://www.litime.com/products/litime-12v-200ah-lifepo4-lithium-battery)",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-13T04:18:14.760235Z",
    "last_updated": "2024-12-13T04:18:14.760244Z",
    "device_count": 2,
    "console_port_template_count": 0,
    "console_server_port_template_count": 0,
    "power_port_template_count": 0,
    "power_outlet_template_count": 1,
    "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
}