Cisco
300-735 · Question #13
Refer to the exhibit. A network operator must create a Python script that makes an API request to Cisco Umbrella to do a pattern search and return all matched URLs with category information. Which…
The correct answer is D. URL = BASE_URL + "/find/exa\[a-z\]ple.com". See the full explanation below for the reasoning.
Question
Refer to the exhibit. A network operator must create a Python script that makes an API request to Cisco Umbrella to do a pattern search and return all matched URLs with category information. Which code completes the script?
Exhibit
Options
- AURL = BASE_URL + "/find/exa[a-z]ple.com"
- BURL = BASE_URL + "/find/exa[a-z]ple.com"
- CURL = BASE_URL + "/find/exa[a-z]ple.com"
- DURL = BASE_URL + "/find/exa[a-z]ple.com"
How the community answered
(53 responses)- A13% (7)
- B2% (1)
- C4% (2)
- D81% (43)
Community Discussion
No community discussion yet for this question.
