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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ pipelines.
10
10
More information about Diode can be found
11
11
at [https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in-netbox/](https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in-netbox/).
12
12
13
+
## Compatibility
14
+
15
+
| NetBox Version | Plugin Version |
16
+
|----------------|----------------|
17
+
| >= 3.7.2 | 0.1.0 |
18
+
13
19
## Installation
14
20
15
21
```bash
@@ -24,6 +30,10 @@ PLUGINS = [
24
30
]
25
31
```
26
32
33
+
See [NetBox Documentation](https://netboxlabs.com/docs/netbox/en/stable/plugins/#installing-plugins) for details.
34
+
35
+
## Configuration
36
+
27
37
Set following environment variables for your NetBox:
28
38
29
39
*`DIODE_TO_NETBOX_API_KEY=<API_KEY_1>` - API key for the Diode service to interact with NetBox
0 commit comments