Practice Free 300-835 Exam Online Questions
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.


Refer to the exhibit.

Which API call made to Cisco Meeting Server removes the inbound dial plan rule matching cms.lab domain?
- A . DELETE to /api/v1/inboundDialPalnRules/ with body attribute id=”2c5662ab-7e5a-45a8-a133-5f4d6c6cb509”.
- B . DELETE to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.
- C . PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 with body attribute delete=”True”.
- D . PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.
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.
DRAG DROP
Drag and drop the code snippets from the bottom onto the boxes in the Python script to create an internal event listener for two nodes on the device and send events back to a webhooks server using the xAPI xCommand directly on the end device. Not all options are used.


DRAG DROP
Refer to the exhibit.

Drag and drop the code snippets from the bottom onto the blanks in the script to create a new CSS in Cisco UCM by using AXL with a route partition directory. Some options may be used more than once. Not al options are used.

Explanation:
addCssReq is the correct root tag in the request body and closing tag per the XML schema in the diagram.
routePartitionName is used for defining the member partition inside <member>.
SOAPAction is required in the header to specify the invoked AXL API operation.
