🔥 3-day streak
Cisco CCNP Security SCOR (350-701)104 / 146
Question 104 of 146

A security engineer is reviewing a Python snippet that queries a Cisco Secure Firewall Management Center API and stores the JSON response in a variable named 'data'. The relevant portion reads: for rule in data['items']: if rule['action'] == 'ALLOW': print(rule['name']) Assuming the API returned a well-formed response, what does this script accomplish?

Reviewed for accuracy · Report an issueNext question