Fortinet white logo
Fortinet white logo

CLI Reference

config system automation stitch

config system automation stitch

Description: Configure automation stitches.

config system automation stitch
  edit <Automation Stitch Name>
    set description <string>
    set status {enable | disable}
    set trigger <trigger ID>
    config actions
      edit <name>
        set action <string>
        set delay <integer>
        set required {enable | disable}
      next
    end
  next
end

Sample command:

config system automation stitch
  edit digital-io-st-low
    set description digital st low
    set status disable
    set trigger digital-io-low
    config actions
      edit 1
        set action digital-io-low
        set delay 0
        set required enable
      next
    end
  next
end
Parameter Description Type Size Default
description Describe the automation stitch. string - none

status

Enable or disable the automation stitch.

option

-

disable

Option Description
enable Enable the automation stitch.

disable

Disable the automation stitch.

trigger Enter the automation trigger ID. option - none

config actions

Parameter Description Type Size Default
action Enter the automation action name. string - none

delay

Set the delay before execution (in seconds).

integer

[0-3600]

0

required Set if this is required or not in the action chain. option - disable

Option Description
enable Required in the action chain.

disable

Not required in the action chain.

config system automation stitch

config system automation stitch

Description: Configure automation stitches.

config system automation stitch
  edit <Automation Stitch Name>
    set description <string>
    set status {enable | disable}
    set trigger <trigger ID>
    config actions
      edit <name>
        set action <string>
        set delay <integer>
        set required {enable | disable}
      next
    end
  next
end

Sample command:

config system automation stitch
  edit digital-io-st-low
    set description digital st low
    set status disable
    set trigger digital-io-low
    config actions
      edit 1
        set action digital-io-low
        set delay 0
        set required enable
      next
    end
  next
end
Parameter Description Type Size Default
description Describe the automation stitch. string - none

status

Enable or disable the automation stitch.

option

-

disable

Option Description
enable Enable the automation stitch.

disable

Disable the automation stitch.

trigger Enter the automation trigger ID. option - none

config actions

Parameter Description Type Size Default
action Enter the automation action name. string - none

delay

Set the delay before execution (in seconds).

integer

[0-3600]

0

required Set if this is required or not in the action chain. option - disable

Option Description
enable Required in the action chain.

disable

Not required in the action chain.