CiscoCisco
300-835 · Question #77
300-835 Question #77: Real Exam Question with Answer & Explanation
Sign in or unlock 300-835 to reveal the answer and full explanation for question #77. The question stem and answer options stay visible for context.
Cloud Collaboration
Question
Refer to the exhibit. The code includes the beginning of a short Python script that is constructed to notify in the guard in case of an intruder alert. Which code snippet completes the script?
Options
- Arequest.put('https://api.ciscospark.com/v1/rooms' + room, headers = { 'Authorization': 'Bearer ' + token }, data = { 'toPersonEmail': '[email protected]', 'html': '<b>Warning!</b> Intruder alert in Section 12' } )
- Brequest.post('https://api.ciscospark.com/v1/messages', headers = {'Authorization': 'Bearer ' + token }, data = { 'roomId': 'Perimeter Guard Space', 'markdown': '**Warning!** Intruder alert in Section 12' } )
- Crequest.post('https://api.ciscospark.com/v1/rooms' + room, headers = {'Authorization': 'Bearer ' + token }, data = { 'text': 'Warning! Intruder alert in Section 12' 'markdown': '**Warning!** Intruder alert in Section 12' } )
- Drequest.post('https://api.ciscospark.com/v1/messages', headers = {'Authorization': 'Bearer ' + token }, data = { 'toPersonEmail': '[email protected]', 'markdown': '**Warning!** Intruder alert in Section 12' } )
Unlock 300-835 to see the answer
You've previewed enough free 300-835 questions. Unlock 300-835 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Webex Teams API#Python scripting#REST API#Message notification