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
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)- A28% (9)
- B50% (16)
- C13% (4)
- D9% (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.
