nerdexam
Cisco

300-735 · Question #82

An engineer needs to commit the changes after performing a modification of the inside interface IP address on a firewall. Which API endpoint must be used from the Cisco Secure Firewall Device…

The correct answer is B. POST https://{{base_url}}/api/fdm/v4. To commit or deploy configuration changes (such as modifying an interface IP address) using the Cisco Secure Firewall Device Manager (FDM) API, you must use the: POST https://{{base_url}}/api/fdm/v4/operational/deploy This endpoint triggers the deployment process, applying the…

Integrations

Question

An engineer needs to commit the changes after performing a modification of the inside interface IP address on a firewall. Which API endpoint must be used from the Cisco Secure Firewall Device Manager API explorer?

Options

  • AGET https://{{base_url}}/api/fdm/v4
  • BPOST https://{{base_url}}/api/fdm/v4
  • CPATCH https://{{base_url}}/api/fdm/v4
  • DPUT https://{{base_url}}/api/fdm/v4

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    78% (21)
  • C
    7% (2)
  • D
    4% (1)

Explanation

To commit or deploy configuration changes (such as modifying an interface IP address) using the Cisco Secure Firewall Device Manager (FDM) API, you must use the: POST https://{{base_url}}/api/fdm/v4/operational/deploy This endpoint triggers the deployment process, applying the pending configuration changes to the

Topics

#FDM API#POST method#commit changes#API endpoint

Community Discussion

No community discussion yet for this question.

Full 300-735 Practice