Skip to content
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

Add support for Custom Fields #36

Closed
jrbeilke opened this issue Feb 11, 2021 · 2 comments
Closed

Add support for Custom Fields #36

jrbeilke opened this issue Feb 11, 2021 · 2 comments

Comments

@jrbeilke
Copy link

Netbox 2.10 introduced REST API support for managing custom fields:
netbox-community/netbox#5274

Should be able to add this to extras in python-netbox

@DarylStark
Copy link
Contributor

This is already possible and I'm using it;

netbox.ipam.create_ip_address(
    address='192.168.26.10',
    custom_fields={
        'my_custom_field': 'my_value'
    }
)

@jagter jagter closed this as completed Sep 3, 2022
@jagter
Copy link
Owner

jagter commented Sep 3, 2022

This is already possible and I'm using it;

netbox.ipam.create_ip_address(
    address='192.168.26.10',
    custom_fields={
        'my_custom_field': 'my_value'
    }
)

It's already possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants