You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Diode NetBox Plugin
2
2
3
-
The Diode NetBox plugin is a [NetBox](https://netboxlabs.com/oss/netbox/) plugin. It is a required component of the [Diode](https://github.com/netboxlabs/diode) ingestion service.
3
+
The Diode NetBox plugin is a [NetBox](https://netboxlabs.com/oss/netbox/) plugin. It is a required component of
4
+
the [Diode](https://github.com/netboxlabs/diode) ingestion service.
4
5
5
6
Diode is a NetBox ingestion service that greatly simplifies and enhances the process to add and update network data
6
7
in NetBox, ensuring your network source of truth is always accurate and can be trusted to power your network automation
@@ -12,8 +13,9 @@ at [https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in
12
13
## Compatibility
13
14
14
15
| NetBox Version | Plugin Version |
15
-
|----------------|----------------|
16
-
| >= 3.7.2 | 0.1.0 |
16
+
|:--------------:|:--------------:|
17
+
| >= 3.7.2 | 0.1.0 |
18
+
| >= 4.1.0 | 0.3.0 |
17
19
18
20
## Installation
19
21
@@ -55,7 +57,8 @@ cd /opt/netbox
55
57
source venv/bin/activate
56
58
```
57
59
58
-
Three API keys will be needed (these are random 40 character long alphanumeric strings). They can be generated and set to the appropriate environment variables with the following commands:
60
+
Three API keys will be needed (these are random 40 character long alphanumeric strings). They can be generated and set
61
+
to the appropriate environment variables with the following commands:
59
62
60
63
```shell
61
64
# API key for the Diode service to interact with NetBox
0 commit comments