docs(netbox): make it clear that the uuid custom field needs to be lower case (#5843)

Fixes #5831
This commit is contained in:
Pierre Donias 2021-07-15 09:45:05 +02:00 committed by GitHub
parent 03ec0cab1e
commit cbfa13a8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,7 @@ XO will try to find the right prefix for each IP address. If it can't find a pre
- Create a token with "Write enabled"
- Add a UUID custom field:
- Got to Admin > Custom fields > Add custom field
- Create a custom field called "uuid"
- Create a custom field called "uuid" (lower case!)
- Assign it to object types `virtualization > cluster` and `virtualization > virtual machine`
![](./assets/customfield.png)