.gitignore .readthedocs.yaml CHANGELOG.md LICENSE README.md requirements-dev.txt requirements.txt setup.py .github/PULL_REQUEST_TEMPLATE.md .github/ISSUE_TEMPLATE/bug_report.yaml .github/ISSUE_TEMPLATE/config.yml .github/ISSUE_TEMPLATE/deprecation.yaml .github/ISSUE_TEMPLATE/documentation_change.yaml .github/ISSUE_TEMPLATE/feature_request.yaml .github/ISSUE_TEMPLATE/housekeeping.yaml .github/workflows/publish.yml .github/workflows/py3.yml docs/IPAM.rst docs/Makefile docs/advanced.rst docs/conf.py docs/endpoint.rst docs/index.rst docs/request.rst docs/requirements.txt docs/response.rst pynetbox/__init__.py pynetbox.egg-info/PKG-INFO pynetbox.egg-info/SOURCES.txt pynetbox.egg-info/dependency_links.txt pynetbox.egg-info/not-zip-safe pynetbox.egg-info/requires.txt pynetbox.egg-info/top_level.txt pynetbox/core/__init__.py pynetbox/core/api.py pynetbox/core/app.py pynetbox/core/endpoint.py pynetbox/core/query.py pynetbox/core/response.py pynetbox/core/util.py pynetbox/models/__init__.py pynetbox/models/circuits.py pynetbox/models/dcim.py pynetbox/models/extras.py pynetbox/models/ipam.py pynetbox/models/mapper.py pynetbox/models/users.py pynetbox/models/virtualization.py pynetbox/models/wireless.py tests/__init__.py tests/conftest.py tests/test_api.py tests/test_app.py tests/test_circuits.py tests/test_tenancy.py tests/test_users.py tests/test_virtualization.py tests/test_wireless.py tests/util.py tests/fixtures/api/token_provision.json tests/fixtures/circuits/circuit.json tests/fixtures/circuits/circuit_termination.json tests/fixtures/circuits/circuit_terminations.json tests/fixtures/circuits/circuit_type.json tests/fixtures/circuits/circuit_types.json tests/fixtures/circuits/circuits.json tests/fixtures/circuits/provider.json tests/fixtures/circuits/providers.json tests/fixtures/dcim/cable.json tests/fixtures/dcim/cables.json tests/fixtures/dcim/choices.json tests/fixtures/dcim/console_port.json tests/fixtures/dcim/console_port_template.json tests/fixtures/dcim/console_port_templates.json tests/fixtures/dcim/console_ports.json tests/fixtures/dcim/console_server_port.json tests/fixtures/dcim/console_server_port_template.json tests/fixtures/dcim/console_server_port_templates.json tests/fixtures/dcim/console_server_ports.json tests/fixtures/dcim/device.json tests/fixtures/dcim/device_bay.json tests/fixtures/dcim/device_bay_template.json tests/fixtures/dcim/device_bay_templates.json tests/fixtures/dcim/device_bays.json tests/fixtures/dcim/device_bulk_create.json tests/fixtures/dcim/device_role.json tests/fixtures/dcim/device_roles.json tests/fixtures/dcim/device_type.json tests/fixtures/dcim/device_types.json tests/fixtures/dcim/devices.json tests/fixtures/dcim/interface.json tests/fixtures/dcim/interface_connection.json tests/fixtures/dcim/interface_connections.json tests/fixtures/dcim/interface_template.json tests/fixtures/dcim/interface_templates.json tests/fixtures/dcim/interface_trace.json tests/fixtures/dcim/interfaces.json tests/fixtures/dcim/interfaces_1.json tests/fixtures/dcim/interfaces_2.json tests/fixtures/dcim/inventory_item.json tests/fixtures/dcim/inventory_items.json tests/fixtures/dcim/manufacturer.json tests/fixtures/dcim/manufacturers.json tests/fixtures/dcim/napalm.json tests/fixtures/dcim/platform.json tests/fixtures/dcim/platforms.json tests/fixtures/dcim/power_outlet.json tests/fixtures/dcim/power_outlet_template.json tests/fixtures/dcim/power_outlet_templates.json tests/fixtures/dcim/power_outlets.json tests/fixtures/dcim/power_port.json tests/fixtures/dcim/power_port_template.json tests/fixtures/dcim/power_port_templates.json tests/fixtures/dcim/power_ports.json tests/fixtures/dcim/rack.json tests/fixtures/dcim/rack_group.json tests/fixtures/dcim/rack_groups.json tests/fixtures/dcim/rack_reservation.json tests/fixtures/dcim/rack_reservations.json tests/fixtures/dcim/rack_role.json tests/fixtures/dcim/rack_roles.json tests/fixtures/dcim/rack_u.json tests/fixtures/dcim/racks.json tests/fixtures/dcim/region.json tests/fixtures/dcim/regions.json tests/fixtures/dcim/site.json tests/fixtures/dcim/sites.json tests/fixtures/dcim/virtual_chassis_device.json tests/fixtures/dcim/virtual_chassis_devices.json tests/fixtures/ipam/aggregate.json tests/fixtures/ipam/aggregates.json tests/fixtures/ipam/available-ips-post.json tests/fixtures/ipam/available-ips.json tests/fixtures/ipam/available-prefixes-post.json tests/fixtures/ipam/available-prefixes.json tests/fixtures/ipam/ip_address.json tests/fixtures/ipam/ip_addresses.json tests/fixtures/ipam/prefix.json tests/fixtures/ipam/prefixes.json tests/fixtures/ipam/rir.json tests/fixtures/ipam/rirs.json tests/fixtures/ipam/role.json tests/fixtures/ipam/roles.json tests/fixtures/ipam/vlan.json tests/fixtures/ipam/vlan_group.json tests/fixtures/ipam/vlan_groups.json tests/fixtures/ipam/vlans.json tests/fixtures/ipam/vrf.json tests/fixtures/ipam/vrfs.json tests/fixtures/tenancy/tenant.json tests/fixtures/tenancy/tenant_group.json tests/fixtures/tenancy/tenant_groups.json tests/fixtures/tenancy/tenants.json tests/fixtures/users/group.json tests/fixtures/users/groups.json tests/fixtures/users/permission.json tests/fixtures/users/permissions.json tests/fixtures/users/unknown_model.json tests/fixtures/users/user.json tests/fixtures/users/users.json tests/fixtures/virtualization/cluster.json tests/fixtures/virtualization/cluster_group.json tests/fixtures/virtualization/cluster_groups.json tests/fixtures/virtualization/cluster_type.json tests/fixtures/virtualization/cluster_types.json tests/fixtures/virtualization/clusters.json tests/fixtures/virtualization/interface.json tests/fixtures/virtualization/interfaces.json tests/fixtures/virtualization/virtual_machine.json tests/fixtures/virtualization/virtual_machines.json tests/fixtures/wireless/wireless_lan.json tests/fixtures/wireless/wireless_lans.json tests/integration/conftest.py tests/integration/test_dcim.py tests/integration/test_ipam.py tests/unit/__init__.py tests/unit/test_detailendpoint.py tests/unit/test_endpoint.py tests/unit/test_extras.py tests/unit/test_query.py tests/unit/test_request.py tests/unit/test_response.py