nerdexam
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

350-701 question #869 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)
  • A
    5% (1)
  • B
    77% (17)
  • C
    5% (1)
  • D
    14% (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.

Full 350-701 Practice