Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 3

Which two methods are available to manage an ACI REST API session authentication when a user is unauthenticated? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct methods for managing an ACI REST API session authentication for an unauthenticated user are B and E. The GET to aaaListDomains (B) allows retrieving domain information, which is useful before authentication. The POST to aaaLogin (E) is the method used to authenticate the user. The other options either do not pertain to authentication or are used for different purposes.