ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 211 - 350-601 discussion

Report
Export

Which two methods are available to Manage an ACI REST API session authentication when a user is unauthenticated?

A.

POST to aaaLogin

Answers
A.

POST to aaaLogin

B.

POST to aaaUserLogin

Answers
B.

POST to aaaUserLogin

C.

GET aaaRefresh

Answers
C.

GET aaaRefresh

D.

GET to aaaListDomains

Answers
D.

GET to aaaListDomains

E.

DELETE to aaaLogout

Answers
E.

DELETE to aaaLogout

Suggested answer: A, E

Explanation:

The ACI REST API is a programmatic interface that uses REST architecture to interact with the management information tree (MIT) of the Cisco Application Policy Infrastructure Controller (APIC). The API requires authentication for users to access and manipulate the objects in the MIT. The authentication is based on username and password credentials, and the API provides several methods to manage the session authentication. Two of these methods are:

POST to aaaLogin. This method logs in a user and opens a session. The message body contains an aaa:User object with the name and password attributes, and the response contains a session token and cookie. The session token and cookie are required for subsequent requests to the API, and they have a limited validity period that can be refreshed.

DELETE to aaaLogout. This method logs out a user and closes a session. The message body contains an aaa:User object with the name attribute, and the response contains a status code indicating the success or failure of the operation. The session token and cookie are invalidated and cannot be used for further requests to the API.

asked 10/10/2024
Roberto Pili
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first