Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 11
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
Answer options
- A. PUT /dna/intent/api/v1/network-device
- B. PUT /dna/intent/api/v1/network-device/sync-all
- C. PUT /dna/intent/api/v1/network-device/{networkDeviceId}/sync
- D. PUT /dna/intent/api/v1/network-device/sync
- E. POST /dna/intent/api/v1/network-device/{networkDeviceId}/sync
Correct answer: A, D
Explanation
The correct answers are A and D because these API calls are designed to initiate a sync of device configurations. Option B and C are incorrect as they refer to syncing all devices and syncing a specific device respectively, and option E uses a POST method which is not typically used for triggering syncs in this context.