An unattended civic script retrieves Intersight inventory every night. Which authentication approach matches the classic Intersight API-key scheme candidates should recognize?
Select an answer to reveal the explanation.
Short Explanation
Intersight’s classic key is a signing pen, not a sticky note Bearer. Each call is digested and signed with the API key id and private key—copy-pasting an unsigned token is the wrong mental model.
Full Explanation
Unattended Intersight retrieve uses an API key id plus private key to HTTP-sign each call (digest of the body, Date, and signed Authorization). Dropping a Webex-style Bearer string without a signature is not the Intersight API-key scheme. OAuth client-credentials exists but is not the classic key path this task expects; three-legged browser grants and Meraki headers are the wrong patterns here.