config system auto-script
Configure auto script.
config system auto-script
Description: Configure auto script.
edit <name>
set interval {integer}
set output-size {integer}
set repeat {integer}
set script {var-string}
set start [manual|auto]
set timeout {integer}
next
end
config system auto-script
|
Parameter |
Description |
Type |
Size |
Default |
||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
interval |
Repeat interval in seconds. |
integer |
Minimum value: 0 Maximum value: 31557600 |
0 |
||||||
|
name |
Auto script name. |
string |
Maximum length: 35 |
|
||||||
|
output-size |
Number of megabytes to limit script output to (10 - 1024, default = 10). |
integer |
Minimum value: 10 Maximum value: 1024 |
10 |
||||||
|
repeat |
Number of times to repeat this script (0 = infinite). |
integer |
Minimum value: 0 Maximum value: 65535 |
1 |
||||||
|
script |
List of FortiOS CLI commands to repeat. |
var-string |
Maximum length: 1023 |
|
||||||
|
start |
Script starting mode. |
option |
- |
manual |
||||||
|
|
|
|||||||||
|
timeout |
Maximum running time for this script in seconds (0 = no timeout). |
integer |
Minimum value: 0 Maximum value: 300 |
0 |
||||||