exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 119 discussion

Actual exam question from Cisco's 350-901
Question #: 119
Topic #: 1
[All 350-901 Questions]

DRAG DROP -


Refer to the exhibit. A system administrator has installed a Linux-based alarm system in their home that can execute a Bash shell script when an intruder is detected. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the exhibit to create a chat-ops script that will notify of alarms via the Webex REST API. Not all code snippets are used.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
valbonarexhepi
Highly Voted 1 year, 3 months ago
<-X POST> <Content-Type: application/json> <Authorization: Bearer> <toPersonEmail>
upvoted 30 times
...
examtopicstroilevw
Most Recent 1 month, 3 weeks ago
Answer: 1. -X POST 2. Content-Type: application/json 3. Authorization: Bearer 4. toPersonEmail Rationale: 1. API docs say POST /v1/messages 2. JSON because the -d includes something within braces {} which is a JSON thing, XML would have <> 3. Chose Bearer because Basic would be username/password 4. chose toPersonEmail because an e-mail address was there, matching the API docs
upvoted 1 times
...
Teringzooi
7 months, 1 week ago
Should be: <-X POST> <Content-Type: application/json> <Authorization: Bearer> <toPersonEmail>
upvoted 1 times
...
designated
8 months ago
<-X POST> - CREATE <Content-Type: application/json> Acceptable content-type <Authorization: Bearer> Acceptable authorization method <toPersonEmail> email
upvoted 2 times
...
ferock
1 year ago
1. -X POST 2. Content-Type:application/json 3. Authorization:Bearer 4. toPersonEmail
upvoted 3 times
...
beariver
1 year, 3 months ago
there is no userName, just toPersonEmail, I think it is ofr item 4
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago