DRAG DROP
Drag and drop the code to complete the curl command that creates a halfwake brand logo using the xAPI HTTP API. Not all options are used. Code can be used more than one time.
Select and Place:

DRAG DROP
Drag and drop the code snippets to create a valid AXL API
Select and Place:

DRAG DROP
Drag drop the code to create a valid AXL API script to create a new Route Partition, using the Python Zeep library. 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:

Which two characteristics of REST APIs? (Choose two.)
A. Resources are accessed using Uniform Resource Identifiers.
B. API operations for Create/Read/Update/Delete are mapped to standard HTTP methods.
C. Cookies are used for the duration of the session.
D. REST API extends Remote Procedure Call.
E. The server manages the session state.

Refer to the exhibit. Which value of "a" is displayed when the Python code is executed?
A. 10
B. 13
C. 18
D. 21
What are two keys features of Cisco Unified Communications Manager Serviceability APIs? (Choose two.)
A. save alarms and events for troubleshooting
B. connect to serial console on phone hardware
C. configure firewall rules on phone hardware
D. scan servers and devices for malware
E. real-time monitoring of components

Refer to the exhibit. When a Calling Search Space is updated and a new member is added, how is a member defined?

A. Option A
B. Option B
C. Option C
D. Option D

Refer to the exhibit. This exhibit is a simple Python scrip to monitor call activity for a local Webex room device. Which code snippet listens for call events and completes the script?
A. await client.xfeedback( [`Status', `Call', `Status'], callback, False)
B. await client.subscribe( [`Feedback', `Call', `Status'], callback, False)
C. await client.subscribe( [`Status', `Call', `Status'], callback, False)
D. await client.xfeedback( [`Feedback', `Call', `Status'], callback, False)
Which Cisco Meeting Server REST API object resource is used to retrieve active call information?
A. /activecalls
B. /calls
C. /getactivecalls
D. /callProfiles