-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
Environment
- Python version: 3.7.9
- NetBox version: 2.10.5
Proposed Functionality
Add the standard created and last_updated fields to all device component and component template models. These will appear in the REST API serializer as well as within the NetBox UI.
Use Case
Automatically tracks the date on which objects are created, and the date and time at which they have been most recently updated.
Database Changes
Add created and last_updated fields to each device component (console ports, power outlets, interfaces, etc.) model as well as their template models (used for instantiation from a device type).
External Dependencies
None
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application