2020-12-20 22:50:07 +01:00
|
|
|
## 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
|
2020-12-20 22:53:58 +01:00
|
|
|
#- name: device_delete
|
|
|
|
# payload_url: 'https://gitlab.com'
|
|
|
|
# object_types:
|
|
|
|
# - device
|
|
|
|
# type_delete: True
|
2020-12-20 22:50:07 +01:00
|
|
|
|
|
|
|
|