Developing Applications for Cisco Webex and Webex Devices (DEVWBX) — Question 18
Which list of API calls must be made to provision 50 new Webex Room devices for an organization?
Answer options
- A. POST to /places with "˜displayName', POST the returned "˜placeId' to /devices/
- B. POST "˜displayName' to /places, POST the returned "˜placeId' to /devices/activationCode
- C. POST to /licenses, POST the returned "˜licneseId' and a specified "˜displayName' to /devices
- D. POST to /licenses, POST "˜displayName' to /places, POST "˜licensed' and placeId' to /devices
Correct answer: A
Explanation
The correct answer is A because the process starts by creating a place with a display name, which generates a placeId that is needed to provision the devices. Options B, C, and D are incorrect because they either misplace the order of API calls or reference incorrect endpoints that do not facilitate the proper provisioning of the devices.