Cisco
350-701 · Question #869
Refer to the exhibit. Which task is the Python script performing by using the Cisco Secure Firewall API?
The correct answer is B. pushing a bulk list of network hosts to Cisco Secure Firewall Management Center. The script issues a POST to the /object/hosts?bulk=true endpoint with a host payload, which bulk-pushes (creates) network host objects on the Cisco Secure Firewall Management Center.
Submitted by yaw92· Mar 30, 2026
Question
Refer to the exhibit. Which task is the Python script performing by using the Cisco Secure Firewall API?
Exhibit
Options
- Aadding to an existing bulk list of internal hosts on Cisco Secure Firewall Management Center
- Bpushing a bulk list of network hosts to Cisco Secure Firewall Management Center
- Cremoving an existing bulk list of internal hosts from Cisco Secure Firewall Management Center
- Dretrieving a bulk list of network hosts from Cisco Secure Firewall Management Center
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C5% (1)
- D14% (3)
Explanation
The script issues a POST to the /object/hosts?bulk=true endpoint with a host payload, which bulk-pushes (creates) network host objects on the Cisco Secure Firewall Management Center.
Topics
#Python scripting#Cisco Secure Firewall API#Network automation#REST API
Community Discussion
No community discussion yet for this question.
