Cisco (300-835-CLAUTO) Exam Questions And Answers page 6
Which two statements describe advantages of consuming APIs with asynchronous versus synchronous requests? (Choose two.)
APIs respond more quickly when invoked asynchronously.
Asynchronous request coding is less complex.
Application threads do not block waiting for an asynchronous response.
Multiple asynchronous requests can be sent simultaneously.
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. This exhibit is based on the simple Python script to update a Webex registered room device (local IP = 10.10.20.153) with a new custom half-wake message. What is the URL to complete the requests.post() method?
http://10.10.20.153:22/
http://10.10.20.153/jsxapi
http://api.webex.com/v1/ui
http://10.10.20.153/putxml
Automation and Programmability
Automating Collaboration Solutions
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.
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. Alice is a Webex Meetings admin for her organization. Which code snippet completes a Webex Meetings XML API request that returns all users?
Automation and Programmability
Automating Collaboration Solutions
Drag and drop the bootkit functions from the left onto the correct actions on the right.
Automation and Programmability
Troubleshooting and Debugging
After the AXL query ns:updatePhone is used to upgrade a phone configuration successfully, the phone does not reflect the change. Which other method must be performed for the change to take effect?
ns:getPhone
ns:restartPhone
ns:rebootPhone
ns:savePhone
Automation and Programmability
Integration and Interoperability
Refer to the exhibit. Which API call made to Cisco Meeting Server removes the inbound dial plan rule matching cms.lab domain?
DELETE to /api/v1/inboundDialPalnRules/ with body attribute id= 2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 .
DELETE to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.
PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 with body attribute delete= True .
PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.
Automation and Programmability
Integration and Interoperability
How to create a message using Webex Teams REST APIs?
Single Choice
How is a message created using Webex Teams REST APIs?
POST https://api.ciscospark.com/v1/messages/{messageID}
POST https://api.ciscospark.com/v1/messages/
GET https://api.ciscospark.com/v1/messages/
PUT https://api.ciscospark.com/v1/messages/
Automation and Programmability
Automating Collaboration Solutions
Refer to the exhibit. Which API call made to Cisco Meeting Server removes the inbound dial plan rule matching cms.lab domain?
DELETE to /api/v1/inboundDialPalnRules/ with body attribute id= 2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 .
DELETE to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.
PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 with body attribute delete= True .
PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509.
Automation and Programmability
Integration and Interoperability
Refer to the exhibit. Which code snippet is used to mention the bot [email protected]?
<@[email protected]>@personemail.ciscodevnet@webex.bot>
Automation and Programmability
Automating Collaboration Solutions
Comments