GET /api/extras/journal-entries/6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 6,
    "url": "https://netbox.bayareabackbone.com/api/extras/journal-entries/6/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/extras/journal-entries/6/?format=api",
    "display": "2024-12-07 21:07 (Info)",
    "assigned_object_type": "dcim.site",
    "assigned_object_id": 2,
    "assigned_object": {
        "id": 2,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/2/?format=api",
        "display": "San Bruno Mtn 7",
        "name": "San Bruno Mtn 7",
        "slug": "san-bruno-mtn-7",
        "description": ""
    },
    "created": "2024-12-07T21:07:59.875737Z",
    "created_by": 1,
    "kind": {
        "value": "info",
        "label": "Info"
    },
    "comments": "April 2023\r\n\r\n* Added separate power backup system using EdgePower 24V with a 200Ah LiFePo4 battery.\r\n* Added a NUC11 (minipc) to experiment with service hosting. Idle power draw is ~4W. NUC runs Proxmox to allow virtualization of services.",
    "tags": [],
    "custom_fields": {},
    "last_updated": "2024-12-07T21:07:59.875760Z"
}