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?
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.
A is correct
Step 1
Use the POST /operational/deploy resource in the Deployment group to initiate a deployment.
For example, the curl command would look like the following:
curl -X POST --header 'Content-Type: application/json'
--header 'Accept: application/json'
'https://ftd.example.com/api/fdm/latest/operational/deploy'
See: https://www.cisco.com/c/en/us/td/docs/security/firepower/ftd-api/guide/ftd-rest-api/ftd-api-deployment.html
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
801fb67
6 days, 8 hours agohatsec
1 year, 10 months agoOcin
2 years, 6 months ago