A civic Python script will retrieve wireless health from Cisco DNA Center. How does authentication work on the constructed hops?
Select an answer to reveal the explanation.
Short Explanation
DNA Center hands out a hall pass: POST auth/token, then show X-Auth-Token on every later Intent GET—Meraki and Webex badges do not open that door.
Full Explanation
The constructed DNA Center script POSTs /dna/system/api/v1/auth/token with basic user/password and reads Token. Intent GETs then carry X-Auth-Token. A Meraki API-key header or Webex Bearer aimed at the DNA host is the wrong platform auth. Three-legged OAuth is a different domain topic, not this retrieve’s required hop.