-
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
v2.11.1
Python version
3.6
Steps to Reproduce
- Click on DCIM -> Interfaces
- select an existing interface
- change for example the description
- submit the change
- change the uri in the browser from "/dcim/interfaces/XXX/" to "/api/dcim/interfaces/XXX/"
- select the value of the
last_updatedattribute - Use the value to filter DCIM Interfaces in the URL.
example: https://example.com/dcim/interfaces/?last_updated__gte=2021-04-23T15:03:50.972693Z
Expected Behavior
I expected that NetBox returns only interfaces which have been changed at or after the time stamp 2021-04-23T15:03:50.972693Z <- example
Observed Behavior
NetBox returns all interfaces
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