Journal Entries
Most objects in NetBox support journaling. This is the ability of users to record chronological notes indicating changes to or work performed on resources in NetBox. For example, a data center technician might add a journal entry for a device when swapping out a failed power supply.
Fields
Kind
A general classification for the entry type (info, success, warning, or danger.)
Additional kinds may be defined by setting JournalEntry.kind under the FIELD_CHOICES configuration parameter.
Comments
The body of the journal entry. Markdown rendering is supported.
Image Attachments
Certain objects in NetBox support the attachment of uploaded images. These will be saved to the NetBox server and made available whenever the object is viewed.
Notification
A notification alerts a user that a specific action has taken place in NetBox, such as an object being modified or a background job completing. A notificatio...