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

{
    "id": 16,
    "url": "https://netbox.c3voc.de/api/dcim/devices/16/?format=api",
    "display": "Generic 1U Rack Drawer (16)",
    "name": null,
    "device_type": {
        "id": 10,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/10/?format=api",
        "display": "1U Rack Drawer",
        "manufacturer": {
            "id": 3,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/3/?format=api",
            "display": "Generic",
            "name": "Generic",
            "slug": "generic"
        },
        "model": "1U Rack Drawer",
        "slug": "1u-rack-drawer"
    },
    "role": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/device-roles/4/?format=api",
        "display": "Generic",
        "name": "Generic",
        "slug": "generic"
    },
    "device_role": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/device-roles/4/?format=api",
        "display": "Generic",
        "name": "Generic",
        "slug": "generic"
    },
    "tenant": null,
    "platform": null,
    "serial": "",
    "asset_tag": null,
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "location": null,
    "rack": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/racks/1/?format=api",
        "display": "Event-Server",
        "name": "Event-Server"
    },
    "position": 1.0,
    "face": {
        "value": "rear",
        "label": "Rear"
    },
    "latitude": null,
    "longitude": null,
    "parent_device": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "airflow": null,
    "primary_ip": null,
    "primary_ip4": null,
    "primary_ip6": null,
    "oob_ip": null,
    "cluster": null,
    "virtual_chassis": null,
    "vc_position": null,
    "vc_priority": null,
    "description": "",
    "comments": "",
    "config_template": null,
    "config_context": {},
    "local_context_data": null,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:39:06.485819Z",
    "last_updated": "2023-01-03T13:39:06.485847Z",
    "console_port_count": 0,
    "console_server_port_count": 0,
    "power_port_count": 0,
    "power_outlet_count": 0,
    "interface_count": 0,
    "front_port_count": 0,
    "rear_port_count": 0,
    "device_bay_count": 0,
    "module_bay_count": 0,
    "inventory_item_count": 0
}