fix webhook initializer yaml and webhook startup script to work with latest netbox release

This commit is contained in:
Schylar Utleye 2021-01-15 22:12:57 -06:00 committed by Christian Mäder
parent d0c786e831
commit a3cf645dc5
2 changed files with 21 additions and 20 deletions

View file

@ -10,20 +10,20 @@
## Examples:
# - name: device_creation
# payload_url: 'https://github.com/netbox-community/netbox-docker'
# object_types:
# - device
# - cable
# type_create: True
# payload_url: 'https://github.com/netbox-community/netbox-docker'
# object_types:
# - device
# - cable
# type_create: True
# - name: device_update
# payload_url: 'https://google.com'
# object_types:
# - device
# type_update: True
#- name: device_delete
# payload_url: 'https://gitlab.com'
# object_types:
# - device
# type_delete: True
# payload_url: 'https://google.com'
# object_types:
# - device
# type_update: True
# - name: device_delete
# payload_url: 'https://gitlab.com1'
# object_types:
# - device
# type_delete: True