A security network engineer must implement intrusion policies using the Cisco Firepower Management Center API.
Which action does the engineer take to achieve the goal?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
To implement intrusion policies using the Cisco Firepower Management Center (FMC) API, the security network engineer needs to use one of the supported HTTP methods to send a request to the appropriate URI. The engineer needs to use the correct HTTP method and URI to ensure that the request is processed correctly by the FMC API.
The correct answer is B. Make a POST request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
Explanation for why this is the correct answer:
Explanation for why the other options are incorrect: