You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validators currently run when an object is created or modified, but not deleted. We propose that validators also run on object deletion
Use case
My use case is the notification of external services upon deletion (as well as creation/modification). The use of validators as opposed to webhooks allows us to refuse the action if the notification did not work properly.
Database changes
No response
External dependencies
no new dependencies, this is possible to achieve already within the jango framework
The text was updated successfully, but these errors were encountered:
NetBox version
v3.2.9-dev
Feature type
Change to existing functionality
Proposed functionality
Validators currently run when an object is created or modified, but not deleted. We propose that validators also run on object deletion
Use case
My use case is the notification of external services upon deletion (as well as creation/modification). The use of validators as opposed to webhooks allows us to refuse the action if the notification did not work properly.
Database changes
No response
External dependencies
no new dependencies, this is possible to achieve already within the jango framework
The text was updated successfully, but these errors were encountered: