From cbfa13a8b48f24608e034659d7f36557a20faee7 Mon Sep 17 00:00:00 2001 From: Pierre Donias Date: Thu, 15 Jul 2021 09:45:05 +0200 Subject: [PATCH] docs(netbox): make it clear that the uuid custom field needs to be lower case (#5843) Fixes #5831 --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 0bbde7038..11cf26f15 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -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)