Using the Finesse REST APIs coupled with the Finesse notifications, which two use cases can be
accomplished? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
BE
Q: 2
How is a message created using Webex Teams REST APIs?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 3
What is the expiration time for a Cisco Webex Meeting API key to access the Webex API as an
anonymous user?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 4
Which two use cases can be accomplished using the Finesse JavaScript library? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
AB
Q: 5
Which two methods can be used to add a custom UI panel to a Webex room device? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
BC
Q: 6
Which two files must be downloaded from a Cisco Unified Communications Manager server in order
to build requests for the AXL API? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
AC
Q: 7
Refer to the exhibit.
Which snippet of code does a user with the administrator role use in the missing “body”
section to create a new user in a Webex Teams organization?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 8
Which two scenarios could be automated by combining the Webex Meetings XML API with other
API-enabled systems? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
AE
Q: 9
DRAG DROP Drag and drop the commands from the left onto the curl command to create a custom branding message using the xAPI HTTP API. Not all options are used.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Area
curl -X: A. POST
http://192.168.1.34/: H. postxml
-H ': B. Content-Type: text/xml
-d ': K.
: L.
Explanation
Q: 10
DRAG DROP Drag and drop the botkit functions from the left onto the correct actions on the right.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Area
Adds a question to the thread and evaluate the answer: B. ask()
Sends a message with no pause for response: C. say()
Replies to an incoming message: D. reply()
Listens for keyword, phrases, or patterns in messages from users: A. hears()
Explanation
Q: 11
DRAG DROP The Python script executes a REST API to retrieve information from the Cisco Meeting Server about the call with an identifier of “987654321”. Drag and drop the code onto the snippet to complete the Python script. Not all options are used.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Areas
url = 'https://myserver: 445/api/v1/: E. calls
headers = } ': C. Authorization
response = requests.request(': B. GET
Explanation
Q: 12
DRAG DROP Drag and drop the code to add a Webex Teams Space Widget in an existing HTML page. Not all items are used.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Area
<var widgetEl = document.getElementById(': A. my-webexteams-widget
ciscopark.widget (widgetEl).: F. spaceWidget
destinationType: 1: B. spaceId
Explanation
Q: 13
DRAG DROP Drag and drop the code to create a valid Cisco Meeting Server REST API Python script that creates a CMS coSpace and prints the URI to the console. Not all options are used.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Area
'Content-Type': ': A. 'Content-Type': 'application/x-www-form-urlencoded'
'Authorization': ': C. 'Authorization':'Basic
resp = requests.post(': E. https://cms.example.com/api/v1/coSpaces
print(: G. resp.headers. Location
Explanation
Q: 14
DRAG DROP Drag and drop the code snippets to create a valid AXL API request. Not all options are used.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Area
Bucket 1: E. POST https://cucm.cisco.com:8443/axl/HTTP/1.1
Bucket 2: F. SOAPAction: "CUCM:DB ver-12.5 addUcService"
Bucket 3: C. Basic YWRtaW46cGFzc3dvcmQ=
Bucket 4: G. http://www.cisco.com/AXL/API/12.5
Explanation
Q: 15
DRAG DROP Refer to the exhibit. A developer has implemented ChatOps to a Webex Teams space as described in the exhibit. The Python script that pushes the notifications to the Teams space is shown. Drag and drop the code to complete the script. Not all options are used.
Drag & Drop
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
Answer Area
{: F. "Authorization"
:: I. "Bearer %s"
res = requests.request(: K. "POST"
headers=header, data=: D. payload
if res.: C. status code