300-435 Question 291
Select 3You are developing a location-based service for a retail store that requires real-time tracking of Wi-Fi-enabled devices within the store to analyze customer movement patterns. You decide to use Cisco DNA Center’s Location Scanning APIs for this purpose. Which of the following actions are required to successfully implement this solution?
- A
Enable location scanning on Cisco DNA Center and configure the wireless network to send device telemetry data.
- B
Use the Location Scanning API to retrieve historical location data for connected devices.
- C
Authenticate to Cisco DNA Center using OAuth 2.0 to obtain an access token for API calls.
- D
Subscribe to Webhooks in Cisco DNA Center to receive real-time location updates.
- E
Configure geofencing policies in Cisco DNA Center to restrict access to certain areas.
Show answer and explanation
Correct answers: A, C, D
Explanation
To implement real-time location tracking with Cisco DNA Center's Location Scanning APIs, you must enable location scanning on the wireless network, authenticate using OAuth 2.0, and subscribe to Webhooks for real-time updates. Historical data retrieval and geofencing policies are not part of the Location Scanning API's capabilities.
- A. Correct.
Correct: Location scanning must be enabled and the wireless network should be configured to send telemetry data for the Location Scanning API to function.
- B. Incorrect.
Incorrect: The Location Scanning API is primarily used for real-time data and not for retrieving historical data.
- C. Correct.
Correct: Cisco DNA Center APIs, including the Location Scanning API, require an OAuth 2.0 access token for authenticated access.
- D. Correct.
Correct: Subscribing to Webhooks enables your application to receive real-time notifications of location updates.
- E. Incorrect.
Incorrect: Geofencing policies are unrelated to the implementation of Location Scanning APIs for tracking device movement.