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
Each module currently allows altering only one element at a time.
I would love to be able to alter several elements in one call of the module.
This would allow a much faster execution for large sets of data, optimizing API calls.
EXAMPLE USE CASE
Asserting the presence of large sets of vlans inside NetBox in a decent timeframe.
This is currently very time consumming due to the numerous API calls.