Very easy to test, why does everyone answer A and D? Use the cisco devnet sandbox.
Correct answer is C y D. Even B works but in the question it clearly says only one team
According to this page: https://developer.cisco.com/docs/dna-center/2-3-5/sync-devices/
Operation Id: syncDevices
Description: Sync the devices provided as input
curl -L --request PUT \
--url /dna/intent/api/v1/network-device \
--header 'Accept: application/json' \
--header 'Content-Type: ' \
--data '{ "type": "COMPUTE_DEVICE" }'
AND
Operation Id: syncDevicesNetworkDevice
Description: Synchronizes the devices. If forceSync param is false (default) then the sync would run in normal priority thread. If forceSync param is true then the sync would run in high priority thread if available, else the sync will fail. Result can be seen in the child task of each device.
curl -L --request PUT \
--url /dna/intent/api/v1/network-device/sync \
--header 'Accept: application/json' \
--header 'Content-Type: ' \
--data '{}'
All the best.
Definitely A & D:
A - https://developer.cisco.com/docs/dna-center/#!update-device-details (note the end of the description:
"Description: Update the credentials, management IP address of a given device (or a set of devices) in Cisco DNA Center and trigger an inventory sync."
D - https://developer.cisco.com/docs/dna-center/#!sync-devices
A - https://developer.cisco.com/docs/dna-center/#!sync-devices-1
upvoted 1 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
1234567J
Highly Voted 3 years, 6 months agoB3nd3cida
Highly Voted 3 years, 3 months agoKichan
Most Recent 2 weeks, 5 days agoCheam
2 months, 3 weeks agoThePokemonNuzlockingMaster
4 months, 4 weeks agoLyndongarcia09
2 years, 6 months agoLyndongarcia09
2 years, 6 months ago