300-735 Automating and Programming Cisco Security Solutions (SAUTO)

Loading demo links...

Showing 1–3 of 10 questions

Question 1

DRAG DROP

Drag and drop the code to complete the curl query to the Cisco Umbrella Investigate API for the Latest Malicious Domains for the IP address 10.10.20.50. Not all options are used.

Select and Place:

Answer is in the explanation below.

Question 2

DRAG DROP

Drag and drop the code to complete the curl command to query the Cisco Umbrella Investigate API for the umbrella popularity list. Not all options are used.

Select and Place:

Answer is in the explanation below.

Question 3

Refer to the exhibit. A network operator must generate a daily flow report and learn how to act on or manipulate returned data. When the operator runs the script, it returns an enormous amount of information.

Which two actions enable the operator to limit returned data? (Choose two.)

Select all that apply, then click Submit answer.

  • Add recordLimit. followed by an integer (key:value) to the flow_data.

  • Add a for loop at the end of the script, and print each key value pair separately.

  • Add flowLimit, followed by an integer (key:value) to the flow_data.

  • Change the startDateTime and endDateTime values to include smaller time intervals.

  • Change the startDate and endDate values to include smaller date intervals.