netbox/docs/models/tenancy/contactgroup.md
2022-08-12 16:19:34 -04:00

18 lines
415 B
Markdown

# Contact Groups
[Contacts](./contact.md) can be organized into arbitrary groups. These groups can be recursively nested for convenience. Each contact within a group must have a unique name, but other attributes can be repeated.
## Fields
### Parent
The parent contact group (if any).
### Name
A unique human-friendly name.
### Slug
A unique URL-friendly identifier. (This value can be used for filtering.)