Hello expert:
from dnac api 1.1 version,it change the authertication model.
APIC-EM API authertication step
1) send get login request and get a token.
2) all other api want be invoked must using token
3) close the session
but now DNAC api
1) send get login request,but no token returned
2) call other api,not need token
I do the follow testing
1) i do not send login request,and direct to call get network device,it also work good.
so i think now DNAC API login is not needed,it is so danger.