Cisco
300-735 · Question #84
An engineer needs to change the inside interface IP address on a firewall. Which API endpoint must be used from the Cisco Secure Firewall Device Manager API explorer?
The correct answer is A. PUT https://. PUT https://{{base_url}}/api/fdm/v4/devices/default/interfaces/{objId} This endpoint is used to update an existing interface (such as the inside interface IP address) on the firewall. The PUT method is typically used to modify resources, and in this case, it's used for…
Integrations
Question
An engineer needs to change the inside interface IP address on a firewall. Which API endpoint must be used from the Cisco Secure Firewall Device Manager API explorer?
Options
- APUT https://
- BGET https://
- CPOST https://
- DPUT https://
How the community answered
(46 responses)- A78% (36)
- B13% (6)
- C7% (3)
- D2% (1)
Explanation
PUT https://{{base_url}}/api/fdm/v4/devices/default/interfaces/{objId} This endpoint is used to update an existing interface (such as the inside interface IP address) on the firewall. The PUT method is typically used to modify resources, and in this case, it's used for modifying the interface configuration.
Topics
#FDM API#PUT method#interface IP configuration#REST endpoint
Community Discussion
No community discussion yet for this question.