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

{
    "id": 5,
    "url": "https://netbox.c3voc.de/api/dcim/devices/5/?format=api",
    "display": "usa",
    "name": "usa",
    "device_type": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/3/?format=api",
        "display": "Thomas Krenn SC813M",
        "manufacturer": {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/2/?format=api",
            "display": "Supermicro",
            "name": "Supermicro",
            "slug": "supermicro"
        },
        "model": "Thomas Krenn SC813M",
        "slug": "thomas-krenn-sc813m"
    },
    "role": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/device-roles/2/?format=api",
        "display": "Compute Server",
        "name": "Compute Server",
        "slug": "compute-server"
    },
    "device_role": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/device-roles/2/?format=api",
        "display": "Compute Server",
        "name": "Compute Server",
        "slug": "compute-server"
    },
    "tenant": null,
    "platform": null,
    "serial": "",
    "asset_tag": null,
    "site": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/sites/4/?format=api",
        "display": "CCCV Lager Berlin",
        "name": "CCCV Lager Berlin",
        "slug": "cccv-lager-berlin"
    },
    "location": null,
    "rack": null,
    "position": null,
    "face": null,
    "latitude": null,
    "longitude": null,
    "parent_device": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "airflow": {
        "value": "front-to-rear",
        "label": "Front to rear"
    },
    "primary_ip": null,
    "primary_ip4": null,
    "primary_ip6": null,
    "oob_ip": null,
    "cluster": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/virtualization/clusters/1/?format=api",
        "display": "usa",
        "name": "usa"
    },
    "virtual_chassis": null,
    "vc_position": null,
    "vc_priority": null,
    "description": "",
    "comments": "",
    "config_template": null,
    "config_context": {},
    "local_context_data": null,
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T14:09:06.506796Z",
    "last_updated": "2023-08-18T18:10:04.542028Z",
    "console_port_count": 0,
    "console_server_port_count": 0,
    "power_port_count": 0,
    "power_outlet_count": 0,
    "interface_count": 5,
    "front_port_count": 0,
    "rear_port_count": 0,
    "device_bay_count": 0,
    "module_bay_count": 0,
    "inventory_item_count": 0
}