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

{
    "id": 23,
    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/23/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/devices/23/?format=api",
    "display": "bam-he-srv2",
    "name": "bam-he-srv2",
    "device_type": {
        "id": 13,
        "url": "https://netbox.bayareabackbone.com/api/dcim/device-types/13/?format=api",
        "display": "Ryzen Server",
        "manufacturer": {
            "id": 3,
            "url": "https://netbox.bayareabackbone.com/api/dcim/manufacturers/3/?format=api",
            "display": "Generic",
            "name": "Generic",
            "slug": "generic",
            "description": ""
        },
        "model": "Ryzen Server",
        "slug": "ryzen-server",
        "description": ""
    },
    "role": {
        "id": 4,
        "url": "https://netbox.bayareabackbone.com/api/dcim/device-roles/4/?format=api",
        "display": "Server",
        "name": "Server",
        "slug": "server",
        "description": "",
        "device_count": 0,
        "virtualmachine_count": 0,
        "_depth": 0
    },
    "tenant": null,
    "platform": null,
    "serial": "",
    "asset_tag": null,
    "site": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/1/?format=api",
        "display": "Hurricane Electric FMT2",
        "name": "Hurricane Electric FMT2",
        "slug": "hurricane-electric-fmt2",
        "description": ""
    },
    "location": null,
    "rack": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/racks/1/?format=api",
        "display": "FMT2.1500.06.51 (fmt2)",
        "name": "FMT2.1500.06.51",
        "description": ""
    },
    "position": 23.0,
    "face": {
        "value": "front",
        "label": "Front"
    },
    "latitude": null,
    "longitude": null,
    "parent_device": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "airflow": null,
    "primary_ip": {
        "id": 38,
        "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/38/?format=api",
        "display": "100.100.2.12/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "100.100.2.12/24",
        "description": ""
    },
    "primary_ip4": {
        "id": 38,
        "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/38/?format=api",
        "display": "100.100.2.12/24",
        "family": {
            "value": 4,
            "label": "IPv4"
        },
        "address": "100.100.2.12/24",
        "description": ""
    },
    "primary_ip6": null,
    "oob_ip": null,
    "cluster": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/virtualization/clusters/1/?format=api",
        "display": "Hurricane",
        "name": "Hurricane",
        "description": ""
    },
    "virtual_chassis": null,
    "vc_position": null,
    "vc_priority": null,
    "description": "",
    "comments": "",
    "config_template": null,
    "config_context": {},
    "local_context_data": null,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:28:49.386239Z",
    "last_updated": "2024-12-10T02:22:35.367316Z",
    "console_port_count": 0,
    "console_server_port_count": 0,
    "power_port_count": 1,
    "power_outlet_count": 0,
    "interface_count": 2,
    "front_port_count": 0,
    "rear_port_count": 0,
    "device_bay_count": 0,
    "module_bay_count": 0,
    "inventory_item_count": 0
}