netbox-docker/initializers/webhooks.yml

30 lines
612 B
YAML

## Possible Choices:
## object_types:
## - device
## - site
## - any-other-content-type
## types:
## - type_create
## - type_update
## - type_delete
## Examples:
# - name: device_creation
# 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.com1'
# object_types:
# - device
# type_delete: True