View all questions & answers for the NSE 6 - FortiEDR 7.0 Administrator Exam Materials exam


NSE 6 - FortiEDR 7.0 Administrator Exam Materials-Question 16 Discussion

Refer to the exhibits. You are attempting to move a collector into the High Security Collector Group for isolation but encounter an error in the API request as shown in the exhibit. To successfully isolate the collector, which API parameter must you correct? (Choose one answer)

  • A. Set the organization parameter to Default.
  • B. Update the authorization credentials in the API header.
  • C. Change the HTTP method in the request from PUT to POST.
  • D. Set the target collector group parameter to Engineering group.
Correct Answer: A

Brave-Dump Clients Votes

A 100%

Comments



Brave-Dumps.com Admin 2026-04-19 22:13:32

Selected Answers: A


Explanation — Why this answer?

The GET request results show that the collector Desktop-PC belongs to the organization “Default” in FortiEDR.

However, the PUT request uses “Fortinet-Training” as the value for the organization parameter. This mismatch leads to a 400 Bad Request error.

The fix is to align the organization parameter in the PUT request with the actual value “Default” assigned to the collector.