We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NetBox version
v4.x
Proposed functionality
Add the ability to define custom_fields in
netbox_available_prefix netbox_available_ip_address netbox_vlan
Similar to the custom_fields found in netbox_virtual_machine or netbox_ip_address resource.
custom_fields (Map of String)
or
Use case
Allows us to declare custom_fields attached to the netbox_ip_address resource.
End result
"custom_fields": { "record1": "test1,test2", "record2": null, "record3": false, },
The text was updated successfully, but these errors were encountered:
Somebody wanted this for netbox_device_interface #652
Sorry, something went wrong.
No branches or pull requests
NetBox version
v4.x
Proposed functionality
Add the ability to define custom_fields in
netbox_available_prefix
netbox_available_ip_address
netbox_vlan
Similar to the custom_fields found in netbox_virtual_machine or netbox_ip_address resource.
custom_fields (Map of String)
or
custom_fields (Map of String)
Use case
Allows us to declare custom_fields attached to the netbox_ip_address resource.
End result
The text was updated successfully, but these errors were encountered: