Fortinet
NSE8_812 · Question #15
NSE8_812 Question #15: Real Exam Question with Answer & Explanation
Sign in or unlock NSE8_812 to reveal the answer and full explanation for question #15. The question stem and answer options stay visible for context.
Question
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: config firewall address edit %%results.hostname%% set subnet %%results.ip.1%%/32 next end config firewall addrgrp edit Bad-Hosts append member %%results.hostname%% next end The base Curl command starts with: curl -k -X POST -H 'Authorization: Bearer ' --data '<data>' <url> Which Curl command will successfully work with the configured automation stitch?
Options
- Adata: "{ "params": { "hostname": "Bad_host_1", "ip": "1.1.1.1" } }" url: http://192.168.226.129/api/v2/monitor/system/automation-stitch/webhook/my_incoming_webhook
- Bdata: "{ "hostname": "Bad_host_1", "ip": "1.1.1.1" }" url: http://192.168.226.129/api/v2/monitor/system/automation-stitch/webhook/my_incoming_webhook
- Cdata: "{ "hostname": "Bad_host_1", "ip": "1.1.1.1" }" url: http://192.168.226.129/api/v2/cmd/system/automation-stitch/webhook/my_incoming_webhook
- Ddata: "{ "params": { "hostname": "Bad_host_1", "ip": "1.1.1.1" } }" url: http://192.168.226.129/api/v2/cmd/system/automation-stitch/webhook/my_incoming_webhook
Unlock NSE8_812 to see the answer
You've previewed enough free NSE8_812 questions. Unlock NSE8_812 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.