A civic UCS Manager Python job must provision from a template. What is the first constructed authentication hop?
Select an answer to reveal the explanation.
Short Explanation
UCS Manager starts like a locked city vault: aaaLogin hands you a cookie badge, and every later method must show that same badge.
Full Explanation
A UCS Manager XML session begins with aaaLogin (name/password). The returned cookie (commonly described as 47 characters) is carried on subsequent methods such as instantiate and config commits. Intersight API-key signing and Webex Bearer tokens authenticate other platforms and are wrong for UCS Manager auth.