Question 4 of 32 from exam 300-735-SAUTO: Automating and Programming Cisco Security Solutions

Question 4 of 32 from exam 300-735-SAUTO: Automating and Programming Cisco Security Solutions

Question

import requests

URL = 'https://sma.cisco.com:6080/sma/api/v2.0/quarantine/messages/details?quarantineType=spamédevice_type=esa'

HEADERS = {'Authorization': ‘Basic Y2h1cGFLYWJSQSZe'}

response = requests.get (URL, headers-HEADERS)

Refer to the exhibit.

A security engineer attempts to query the Cisco Security Management appliance to retrieve details of a specific message.

What must be added to the script to achieve the desired result?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.