DRAG DROP
An administrator is creating a script using the Python xAPI over WebSockets (pyxows) library. The goal of the script is to capture an event generated by a UI Extensions action button (former In-Room Control Panel). When the action button is clicked, the script displays an alert that says that the button ID was clicked. Drag and drop the code snippets into the locations to complete the script:
Select and Place:
DRAG DROP
This Python script automates the creation of a Webex Teams space and adds participants to the space. Drag and drop code on the snippet to complete the script. Not all options are used.
Select and Place:
DRAG DROP
A small Python script is constructed that creates a Webex Meeting for John Doe scheduled for the current time. Drag and drop the code snippets at the bottom onto the areas of the source code exhibit to create a program. Not all options are used.
Select and Place:
DRAG DROP
Drag and drop the code to create a valid Cisco Meeting Server REAST API Python script that creates a CMS coSpace and prints the URI to the console. Not all options are used.
Select and Place:
DRAG DROP
Drag and drop the elements to create the command to initiate a call to [email protected] using the Webex Devices xAPI SSH Interface. Not all options are used.
Select and Place:
How is a message created using Webex Teams REST APIs?
A. POST https://api.ciscospark.com/v1/messages/{messageID}
B. POST https://api.ciscospark.com/v1/messages/
C. GET https://api.ciscospark.com/v1/messages/
D. PUT https://api.ciscospark.com/v1/messages/
Refer to the exhibit. The code includes the beginning of a short Python script that is constructed to notify the guard in case of an intruder alert. Which code snippet completes the script?
A. Option A
B. Option B
C. Option C
D. Option D
Which type of endpoint is used by the Cisco Unified JTAPI implementation in Cisco Unified Communications Manager?
A. gateways
B. gatekeepers
C. phones
D. SIP trunks
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
A. Macros can register to receive any event that is local to the device.
B. There is no hard limit to the number of macros that can be deployed.
C. A macro can store data using a local JavaScript datastore.
D. Macros execute in the order defined in the Macro Editor.
An existing user (identified by userId) needs to be allowed to host Webex meetings. Which API call is used to assign the new license?
A. PUT /license/{userId}
B. POST /people/{userId}
C. PUT /people/{userId}
D. POST /license/{userId}