mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Added reports CLI documentation
This commit is contained in:
parent
3a0b57b50f
commit
bb898b719f
@ -117,3 +117,13 @@ Our example report above would be called as:
|
|||||||
```
|
```
|
||||||
POST /api/extras/reports/devices.DeviceConnectionsReport/run/
|
POST /api/extras/reports/devices.DeviceConnectionsReport/run/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Via the CLI
|
||||||
|
|
||||||
|
Reports can be run on the CLI by invoking the management command:
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 manage.py runreport <module>
|
||||||
|
```
|
||||||
|
|
||||||
|
One or more report modules may be specified.
|
||||||
|
Loading…
Reference in New Issue
Block a user