18245 docs

This commit is contained in:
Arthur 2025-03-21 08:30:13 -07:00
parent 32987cb2ac
commit 20ab96ce87
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Device Role Groups
[Device Roles](./devicerole.md) can be organized by custom groups. For instance, you might create one group called "Rack Infrastructure" and one called "Network Switches." The assignment of a device role to a group is optional.
Device role groups may be nested recursively to achieve a multi-level hierarchy. For example, you might have a group called "Rack Infrastructure" containing subgroups of individual device roles grouped by types.
## Fields
### Parent
The parent device role group (if any).
### Name
A unique human-friendly name.
### Slug
A unique URL-friendly identifier. (This value can be used for filtering.)

View File

@ -185,6 +185,7 @@ nav:
- DeviceBay: 'models/dcim/devicebay.md'
- DeviceBayTemplate: 'models/dcim/devicebaytemplate.md'
- DeviceRole: 'models/dcim/devicerole.md'
- DeviceRoleGroup: 'models/dcim/devicerolegroup.md'
- DeviceType: 'models/dcim/devicetype.md'
- FrontPort: 'models/dcim/frontport.md'
- FrontPortTemplate: 'models/dcim/frontporttemplate.md'