|
|
@@ -58,7 +58,7 @@ markdown_extensions:
|
|
|
alternate_style: true
|
|
|
nav:
|
|
|
- Introduction: 'introduction.md'
|
|
|
- - Installation:
|
|
|
+ - Installation & Upgrade:
|
|
|
- Installing NetBox: 'installation/index.md'
|
|
|
- 1. PostgreSQL: 'installation/1-postgresql.md'
|
|
|
- 2. Redis: 'installation/2-redis.md'
|
|
|
@@ -67,7 +67,6 @@ nav:
|
|
|
- 5. HTTP Server: 'installation/5-http-server.md'
|
|
|
- 6. LDAP (Optional): 'installation/6-ldap.md'
|
|
|
- Upgrading NetBox: 'installation/upgrading.md'
|
|
|
- - Migrating to systemd: 'installation/migrating-to-systemd.md'
|
|
|
- Configuration:
|
|
|
- Configuring NetBox: 'configuration/index.md'
|
|
|
- Required Settings: 'configuration/required-settings.md'
|
|
|
@@ -75,20 +74,6 @@ nav:
|
|
|
- Dynamic Settings: 'configuration/dynamic-settings.md'
|
|
|
- Error Reporting: 'configuration/error-reporting.md'
|
|
|
- Remote Authentication: 'configuration/remote-authentication.md'
|
|
|
- - Core Functionality:
|
|
|
- - IP Address Management: 'core-functionality/ipam.md'
|
|
|
- - VLAN Management: 'core-functionality/vlans.md'
|
|
|
- - Sites and Racks: 'core-functionality/sites-and-racks.md'
|
|
|
- - Devices and Cabling: 'core-functionality/devices.md'
|
|
|
- - Device Types: 'core-functionality/device-types.md'
|
|
|
- - Modules: 'core-functionality/modules.md'
|
|
|
- - Virtualization: 'core-functionality/virtualization.md'
|
|
|
- - Service Mapping: 'core-functionality/services.md'
|
|
|
- - Circuits: 'core-functionality/circuits.md'
|
|
|
- - Wireless: 'core-functionality/wireless.md'
|
|
|
- - Power Tracking: 'core-functionality/power.md'
|
|
|
- - Tenancy: 'core-functionality/tenancy.md'
|
|
|
- - Contacts: 'core-functionality/contacts.md'
|
|
|
- Customization:
|
|
|
- Custom Fields: 'customization/custom-fields.md'
|
|
|
- Custom Validation: 'customization/custom-validation.md'
|
|
|
@@ -135,6 +120,90 @@ nav:
|
|
|
- Authentication: 'rest-api/authentication.md'
|
|
|
- GraphQL API:
|
|
|
- Overview: 'graphql-api/overview.md'
|
|
|
+ - Data Model:
|
|
|
+ - Circuits:
|
|
|
+ - Circuit: 'models/circuits/circuit.md'
|
|
|
+ - Circuit Termination: 'models/circuits/circuittermination.md'
|
|
|
+ - Circuit Type: 'models/circuits/circuittype.md'
|
|
|
+ - Provider: 'models/circuits/provider.md'
|
|
|
+ - Provider Network: 'models/circuits/providernetwork.md'
|
|
|
+ - DCIM:
|
|
|
+ - Cable: 'models/dcim/cable.md'
|
|
|
+ - CablePath: 'models/dcim/cablepath.md'
|
|
|
+ - CableTermination: 'models/dcim/cabletermination.md'
|
|
|
+ - ConsolePort: 'models/dcim/consoleport.md'
|
|
|
+ - ConsolePortTemplate: 'models/dcim/consoleporttemplate.md'
|
|
|
+ - ConsoleServerPort: 'models/dcim/consoleserverport.md'
|
|
|
+ - ConsoleServerPortTemplate: 'models/dcim/consoleserverporttemplate.md'
|
|
|
+ - Device: 'models/dcim/device.md'
|
|
|
+ - DeviceBay: 'models/dcim/devicebay.md'
|
|
|
+ - DeviceBayTemplate: 'models/dcim/devicebaytemplate.md'
|
|
|
+ - DeviceRole: 'models/dcim/devicerole.md'
|
|
|
+ - DeviceType: 'models/dcim/devicetype.md'
|
|
|
+ - FrontPort: 'models/dcim/frontport.md'
|
|
|
+ - FrontPortTemplate: 'models/dcim/frontporttemplate.md'
|
|
|
+ - Interface: 'models/dcim/interface.md'
|
|
|
+ - InterfaceTemplate: 'models/dcim/interfacetemplate.md'
|
|
|
+ - InventoryItem: 'models/dcim/inventoryitem.md'
|
|
|
+ - InventoryItemRole: 'models/dcim/inventoryitemrole.md'
|
|
|
+ - InventoryItemTemplate: 'models/dcim/inventoryitemtemplate.md'
|
|
|
+ - Location: 'models/dcim/location.md'
|
|
|
+ - Manufacturer: 'models/dcim/manufacturer.md'
|
|
|
+ - Module: 'models/dcim/module.md'
|
|
|
+ - ModuleBay: 'models/dcim/modulebay.md'
|
|
|
+ - ModuleBayTemplate: 'models/dcim/modulebaytemplate.md'
|
|
|
+ - ModuleType: 'models/dcim/moduletype.md'
|
|
|
+ - Platform: 'models/dcim/platform.md'
|
|
|
+ - PowerFeed: 'models/dcim/powerfeed.md'
|
|
|
+ - PowerOutlet: 'models/dcim/poweroutlet.md'
|
|
|
+ - PowerOutletTemplate: 'models/dcim/poweroutlettemplate.md'
|
|
|
+ - PowerPanel: 'models/dcim/powerpanel.md'
|
|
|
+ - PowerPort: 'models/dcim/powerport.md'
|
|
|
+ - PowerPortTemplate: 'models/dcim/powerporttemplate.md'
|
|
|
+ - Rack: 'models/dcim/rack.md'
|
|
|
+ - RackReservation: 'models/dcim/rackreservation.md'
|
|
|
+ - RackRole: 'models/dcim/rackrole.md'
|
|
|
+ - RearPort: 'models/dcim/rearport.md'
|
|
|
+ - RearPortTemplate: 'models/dcim/rearporttemplate.md'
|
|
|
+ - Region: 'models/dcim/region.md'
|
|
|
+ - Site: 'models/dcim/site.md'
|
|
|
+ - SiteGroup: 'models/dcim/sitegroup.md'
|
|
|
+ - VirtualChassis: 'models/dcim/virtualchassis.md'
|
|
|
+ - IPAM:
|
|
|
+ - ASN: 'models/ipam/asn.md'
|
|
|
+ - Aggregate: 'models/ipam/aggregate.md'
|
|
|
+ - FHRPGroup: 'models/ipam/fhrpgroup.md'
|
|
|
+ - FHRPGroupAssignment: 'models/ipam/fhrpgroupassignment.md'
|
|
|
+ - IPAddress: 'models/ipam/ipaddress.md'
|
|
|
+ - IPRange: 'models/ipam/iprange.md'
|
|
|
+ - L2VPN: 'models/ipam/l2vpn.md'
|
|
|
+ - L2VPNTermination: 'models/ipam/l2vpntermination.md'
|
|
|
+ - Prefix: 'models/ipam/prefix.md'
|
|
|
+ - RIR: 'models/ipam/rir.md'
|
|
|
+ - Role: 'models/ipam/role.md'
|
|
|
+ - RouteTarget: 'models/ipam/routetarget.md'
|
|
|
+ - Service: 'models/ipam/service.md'
|
|
|
+ - ServiceTemplate: 'models/ipam/servicetemplate.md'
|
|
|
+ - VLAN: 'models/ipam/vlan.md'
|
|
|
+ - VLANGroup: 'models/ipam/vlangroup.md'
|
|
|
+ - VRF: 'models/ipam/vrf.md'
|
|
|
+ - Tenancy:
|
|
|
+ - Contact: 'models/tenancy/contact.md'
|
|
|
+ - ContactAssignment: 'models/tenancy/contactassignment.md'
|
|
|
+ - ContactGroup: 'models/tenancy/contactgroup.md'
|
|
|
+ - ContactRole: 'models/tenancy/contactrole.md'
|
|
|
+ - Tenant: 'models/tenancy/tenant.md'
|
|
|
+ - TenantGroup: 'models/tenancy/tenantgroup.md'
|
|
|
+ - Virtualization:
|
|
|
+ - Cluster: 'models/virtualization/cluster.md'
|
|
|
+ - ClusterGroup: 'models/virtualization/clustergroup.md'
|
|
|
+ - ClusterType: 'models/virtualization/clustertype.md'
|
|
|
+ - VMInterface: 'models/virtualization/vminterface.md'
|
|
|
+ - VirtualMachine: 'models/virtualization/virtualmachine.md'
|
|
|
+ - Wireless:
|
|
|
+ - WirelessLAN: 'models/wireless/wirelesslan.md'
|
|
|
+ - WirelessLANGroup: 'models/wireless/wirelesslangroup.md'
|
|
|
+ - WirelessLink: 'models/wireless/wirelesslink.md'
|
|
|
- Reference:
|
|
|
- Conditions: 'reference/conditions.md'
|
|
|
- Markdown: 'reference/markdown.md'
|