Multiple Choice
Refer to the exhibit. A security engineer created a script and successfully executed it to retrieve all currently open alerts. Which print command shows the first returned alert?
A) print(response[data][0])
B) print(response[results][0])
C) print(response.json() [data][0])
D) print(response.json() [results][0])
Correct Answer:
Verified
Related Questions