App Overview¶
Note
Throughout this documentation, the terms "app" and "plugin" will be used interchangeably.
Description/Overview¶
The data validation engine plugin offers a set of user definable rules which are used to enforce business constraints on the data in Nautobot. These rules are tied to particular models and each rule is meant to enforce one aspect of a business use case. There are currently two supported rule types, regular expressions, and min/max numeric rules.
Audience (User Personas) - Who should use this App?¶
Network Engineers interested in Network Automation, Infrastructure as Code, etc., that need to add some custom validation to their data input process.
Authors and Maintainers¶
- John Anderson (@lampwins)