1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added reports CLI documentation

This commit is contained in:
Jeremy Stretch
2017-10-12 13:48:08 -04:00
parent 3a0b57b50f
commit bb898b719f

View File

@@ -117,3 +117,13 @@ Our example report above would be called as:
```
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.