This commit is contained in:
Arthur 2026-09-03 09:42:58 -07:00
parent a107cd0755
commit 85296d9c33
1 changed files with 3 additions and 0 deletions

View File

@ -546,6 +546,9 @@ http://netbox/api/extras/scripts/example.MyReport/ \
Optionally `schedule_at` can be passed in the form data with a datetime string to schedule a script at the specified date and time.
!!! note
The `data` object is validated against the script's declared variables, just as in the web UI and on the CLI. Keys which do not match a declared variable are ignored.
### Via the CLI
Scripts can be run on the CLI by invoking the management command: