Open
Description
Deployment Type
Self-hosted
NetBox Version
v4.2.5
Python Version
3.10
Steps to Reproduce
- Create a POST webhook with event rule for device and cable and event types Object created, Object updated, Object deleted
- Create 2 devices (D1 and D2)
- Webhook sent for device creations
- Create a cable using A= D1-intf1 and B=D2-intf1
- Webhook sent for cable creation
- Delete D1
- Webhook received for device D1 deletion
- Cable is updated with only one termination B=D2-intf1
Expected Behavior
Since netbox updated the cable, webhook should be sent for the cable object
Observed Behavior
Observed:
No webhook received for the cable update