Skip to content

Add support for managing NetBox event rules #1434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/fragments/netbox_event_rule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Minor changes required to support new event_rule module
4 changes: 3 additions & 1 deletion docs/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. meta::
:antsibull-docs: 2.13.1
:antsibull-docs: 2.16.2


.. _plugins_in_netbox.netbox:
Expand Down Expand Up @@ -79,6 +79,7 @@ Modules
* :ansplugin:`netbox_device_interface_template module <netbox.netbox.netbox_device_interface_template#module>` -- Creates or removes interfaces on devices from NetBox
* :ansplugin:`netbox_device_role module <netbox.netbox.netbox_device_role#module>` -- Create, update or delete devices roles within NetBox
* :ansplugin:`netbox_device_type module <netbox.netbox.netbox_device_type#module>` -- Create, update or delete device types within NetBox
* :ansplugin:`netbox_event_rule module <netbox.netbox.netbox_event_rule#module>` -- Creates, updates or deletes event rule configuration within NetBox
* :ansplugin:`netbox_export_template module <netbox.netbox.netbox_export_template#module>` -- Creates, updates or deletes export templates within NetBox
* :ansplugin:`netbox_fhrp_group module <netbox.netbox.netbox_fhrp_group#module>` -- Create, update or delete FHRP groups within NetBox
* :ansplugin:`netbox_fhrp_group_assignment module <netbox.netbox.netbox_fhrp_group_assignment#module>` -- Create, update or delete FHRP group assignments within NetBox
Expand Down Expand Up @@ -172,6 +173,7 @@ Modules
netbox_device_interface_template_module
netbox_device_role_module
netbox_device_type_module
netbox_event_rule_module
netbox_export_template_module
netbox_fhrp_group_module
netbox_fhrp_group_assignment_module
Expand Down
Loading
Loading