350-601 · Question #24
Refer to the exhibit. An engineer configures a new application profile using REST API and receives this error message. Which method can be used before the application profile can be configured?
The correct answer is C. POST to aaaLogin. aaaLogin - Sent as a POST message, 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. If multiple AAA login domains are configured, you must…
Question
Refer to the exhibit. An engineer configures a new application profile using REST API and receives this error message. Which method can be used before the application profile can be configured?
Options
- AGET to aaaListDomains
- BPOST to aaaRefresh
- CPOST to aaaLogin
- DPOST to aaaLogout
How the community answered
(51 responses)- A2% (1)
- B12% (6)
- C80% (41)
- D6% (3)
Explanation
aaaLogin - Sent as a POST message, 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. If multiple AAA login domains are configured, you must prepend the user's name with apic: domain\ . x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide/b_Cisco_APIC_REST_API_C onfiguration_Guide_chapter_01.html
Topics
Community Discussion
No community discussion yet for this question.