Implementing Automation for Cisco Security Solutions (SAUTO) — Question 29
After changes are made to the Cisco Firepower Threat Defense configuration using the Cisco Firepower Device Manager API, what must be done to ensure that the new policy is activated?
Answer options
- A. Submit a POST to the /api/fdm/latest/operational/deploy URI.
- B. Submit a GET to the /api/fdm/latest/operational/deploy URI.
- C. Submit a PUT to the /api/fdm/latest/devicesettings/pushpolicy URI.
- D. Submit a POST to the /api/fdm/latest/devicesettings/pushpolicy URI.
Correct answer: A
Explanation
The correct answer is A, as submitting a POST to the /api/fdm/latest/operational/deploy URI is necessary to deploy the changes made to the configuration. Options B, C, and D do not activate the new policy; B retrieves information, while C and D refer to different URIs that do not pertain to deploying the operational changes.