ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - NSE8_812 discussion

Report
Export

An automation stitch was configured using an incoming webhook as the trigger named 'my_incoming_webhook'. The action is configured to execute the CLI Script shown:

A)

B)

C)

D)

A.
Option A
Answers
A.
Option A
B.
Option B
Answers
B.
Option B
C.
Option C
Answers
C.
Option C
D.
Option D
Answers
D.
Option D
Suggested answer: B

Explanation:

To execute the CLI script shown using an incoming webhook as the trigger, the correct syntax for the curl command is: curl -X POST -H "Content-Type: application/json" -d '{"trigger_name":"my_incoming_webhook"}' https://fortisoar.example.com/api/v1/trigger This command will send a POST request to the FortiSOAR API endpoint with the trigger name and the content type as JSON. The FortiSOAR API will then execute the automation stitch that matches the trigger name and run the CLI script on the FortiGate device. Reference:

https://docs.fortinet.com/document/fortisoar/7.0.0/administration-guide/103440/automationstitches

https://docs.fortinet.com/document/fortisoar/7.0.0/administrationguide/ 103441/incoming-webhook

asked 18/09/2024
Avinash Jindal
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first