You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API url: http://{{ NETBOX_API_URL }}/api/dcim/virtual-device-contexts/
We are using it for VDOMs on FortiGate devices, but also for other virtual devices on different platforms.
Right now, we are using URI library, but it much more complicated from perpective of required parameters (IDs instead of names) and also it is easier to use one module everywhere.
Thank you.
Use case
Automation of NetBox using ansible modules.
External dependencies
Not really.
The text was updated successfully, but these errors were encountered:
NetBox version
v4.0.6
Feature type
New Module
Proposed functionality
As with every other module that exist already in https://docs.ansible.com/ansible/latest/collections/netbox/netbox/index.html I would like to have another module for Virtual Device Contexts.
API url: http://{{ NETBOX_API_URL }}/api/dcim/virtual-device-contexts/
We are using it for VDOMs on FortiGate devices, but also for other virtual devices on different platforms.
Right now, we are using URI library, but it much more complicated from perpective of required parameters (IDs instead of names) and also it is easier to use one module everywhere.
Thank you.
Use case
Automation of NetBox using ansible modules.
External dependencies
Not really.
The text was updated successfully, but these errors were encountered: