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-4
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The plugin is available as a Python package in pypi and can be installed with pi
15
15
pip install ntc-netbox-plugin-onboarding
16
16
```
17
17
18
-
Once installed, the plugin need to be enabled in your `configuration.py`
18
+
Once installed, the plugin needs to be enabled in your `configuration.py`
19
19
```python
20
20
# In your configuration.py
21
21
PLUGINS= ["netbox_onboarding"]
@@ -47,7 +47,7 @@ If `Platform`, `Device Type` and/or `Device Role` are not provided, the plugin w
47
47
### Onboard a new device
48
48
49
49
A new device can be onboarded via :
50
-
- A web form
50
+
- A web form`/plugins/onboarding/add/`
51
51
- A CSV form to import multiple devices in bulk. `/plugins/onboarding/import/`
52
52
- An API, `POST /api/plugins/onboarding/onboarding/`
53
53
@@ -61,8 +61,6 @@ The status of the onboarding process for each device is maintained is a dedicate
61
61
- Via the UI `/plugins/onboarding/`
62
62
- Via the API `GET /api/plugins/onboarding/onboarding/`
63
63
64
-
<ADDSCREENSHOTHERE>
65
-
66
64
### API
67
65
68
66
The plugin includes 4 API endpoints to manage the onbarding tasks
@@ -121,3 +119,8 @@ Each command can be executed with `invoke <command>`. All commands support the a
121
119
122
120
For any questions or comments, please check the [FAQ](FAQ.md) first and feel free to swing by the [Network to Code slack channel](https://networktocode.slack.com/) (channel #networktocode).
0 commit comments