-
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.8
Steps to Reproduce
- Create webhook for DCIM->Interface (or any model I found so far)
- Check all event types
- URL: http://localhost:9000/
- HTTP method: POST
- HTTP content type: application/json
- Uncheck SSL verification
- Start the webhook receiver:
python netbox/manage.py webhook_receiver - Add or remove tags from an existing interface or create a new interface with tags defined
Expected Behavior
One HTTP request sent to the webhook receiver.
Observed Behavior
The webhook receiver will show multiple HTTP requests for a single interface being updated.
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