config system automation-action
Action for automation stitches.
config system automation-action
Description: Action for automation stitches.
edit <name>
set description {var-string}
set action-type [email|fortiexplorer-notification|...]
set tls-certificate {string}
set email-to <name1>, <name2>, ...
set email-from {var-string}
set email-subject {var-string}
set minimum-interval {integer}
set aws-api-key {password}
set azure-function-authorization [anonymous|function|...]
set azure-api-key {password}
set alicloud-function-authorization [anonymous|function]
set alicloud-access-key-id {string}
set alicloud-access-key-secret {password}
set message-type [text|json]
set message {string}
set replacement-message [enable|disable]
set replacemsg-group {string}
set protocol [http|https]
set method [post|put|...]
set uri {var-string}
set http-body {var-string}
set port {integer}
config http-headers
Description: Request headers.
edit <id>
set key {var-string}
set value {var-string}
next
end
set verify-host-cert [enable|disable]
set script {var-string}
set execute-security-fabric [enable|disable]
set accprofile {string}
set security-tag {string}
set sdn-connector <name1>, <name2>, ...
next
end
config system automation-action
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
description |
Description. |
var-string |
Maximum length: 255 |
|
||||||||||||||||||||||||||||||||||||
action-type |
Action type. |
option |
- |
alert |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
tls-certificate |
Custom TLS certificate for API request. |
string |
Maximum length: 35 |
|
||||||||||||||||||||||||||||||||||||
email-to |
Email addresses. Email address. |
string |
Maximum length: 255 |
|
||||||||||||||||||||||||||||||||||||
email-from |
Email sender name. |
var-string |
Maximum length: 127 |
|
||||||||||||||||||||||||||||||||||||
email-subject |
Email subject. |
var-string |
Maximum length: 511 |
|
||||||||||||||||||||||||||||||||||||
minimum-interval |
Limit execution to no more than once in this interval (in seconds). |
integer |
Minimum value: 0 Maximum value: 2592000 |
0 |
||||||||||||||||||||||||||||||||||||
aws-api-key |
AWS API Gateway API key. |
password |
Not Specified |
|
||||||||||||||||||||||||||||||||||||
azure-function-authorization |
Azure function authorization level. |
option |
- |
anonymous |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
azure-api-key |
Azure function API key. |
password |
Not Specified |
|
||||||||||||||||||||||||||||||||||||
alicloud-function-authorization |
AliCloud function authorization type. |
option |
- |
anonymous |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
alicloud-access-key-id |
AliCloud AccessKey ID. |
string |
Maximum length: 35 |
|
||||||||||||||||||||||||||||||||||||
alicloud-access-key-secret |
AliCloud AccessKey secret. |
password |
Not Specified |
|
||||||||||||||||||||||||||||||||||||
message-type |
Message type. |
option |
- |
text |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
message |
Message content. |
string |
Maximum length: 4095 |
%%log%% |
||||||||||||||||||||||||||||||||||||
replacement-message |
Enable/disable replacement message. |
option |
- |
disable |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
replacemsg-group |
Replacement message group. |
string |
Maximum length: 35 |
|
||||||||||||||||||||||||||||||||||||
protocol |
Request protocol. |
option |
- |
http |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
method |
Request method (POST, PUT, GET, PATCH or DELETE). |
option |
- |
post |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
uri |
Request API URI. |
var-string |
Maximum length: 1023 |
|
||||||||||||||||||||||||||||||||||||
http-body |
Request body (if necessary). Should be serialized json string. |
var-string |
Maximum length: 4095 |
|
||||||||||||||||||||||||||||||||||||
port |
Protocol port. |
integer |
Minimum value: 1 Maximum value: 65535 |
0 |
||||||||||||||||||||||||||||||||||||
verify-host-cert |
Enable/disable verification of the remote host certificate. |
option |
- |
enable |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
script |
CLI script. |
var-string |
Maximum length: 1023 |
|
||||||||||||||||||||||||||||||||||||
execute-security-fabric |
Enable/disable execution of CLI script on all or only one FortiGate unit in the Security Fabric. |
option |
- |
disable |
||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||
accprofile |
Access profile for CLI script action to access FortiGate features. |
string |
Maximum length: 35 |
|
||||||||||||||||||||||||||||||||||||
security-tag |
NSX security tag. |
string |
Maximum length: 255 |
|
||||||||||||||||||||||||||||||||||||
sdn-connector |
NSX SDN connector names. SDN connector name. |
string |
Maximum length: 79 |
|
config http-headers
Parameter |
Description |
Type |
Size |
Default |
---|---|---|---|---|
key |
Request header key. |
var-string |
Maximum length: 1023 |
|
value |
Request header value. |
var-string |
Maximum length: 4095 |
|