-
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: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
3.1.6-dev
Python version
3.8
Steps to Reproduce
A number of REST API calls are missing created & last_updated fields in their response. No functional impact however for parity across all API calls perhaps it would be useful to have the fields returned consistently.
Examples:
/api/dcim/virtual-chassis/
/api/dcim/cables/
/api/dcim/power-panels/
/api/dcim/rack-reservations/ (Has created but not last_updated)
Expected Behavior
created & last_updated fields are returned for all relevant objects
Observed Behavior
created & last_updated are missing some some objects
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application