nerdexam
Cisco

350-701 · Question #905

Refer to the exhibit. Which task is the Python script performing by using the Cisco Secure Firewall Management Center REST API?

The correct answer is B. creating a new network object. The script sends a POST request to the FMC /object/networks endpoint with JSON data defining a name, value, and type of "Network," which corresponds to creating a new network object in Cisco Secure Firewall Management Center.

Submitted by alyssa_d· Mar 30, 2026

Question

Refer to the exhibit. Which task is the Python script performing by using the Cisco Secure Firewall Management Center REST API?

Exhibit

350-701 question #905 exhibit

Options

  • Achanging the type of an existing network object
  • Bcreating a new network object
  • Cassigning an IP address to an existing network object
  • Dlogging a new network object

How the community answered

(32 responses)
  • A
    28% (9)
  • B
    50% (16)
  • C
    13% (4)
  • D
    9% (3)

Explanation

The script sends a POST request to the FMC /object/networks endpoint with JSON data defining a name, value, and type of "Network," which corresponds to creating a new network object in Cisco Secure Firewall Management Center.

Topics

#Python scripting#Cisco FMC REST API#Network object management

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice