Cisco
350-601 · Question #257
An engineer is using REST API calls to configure the cisco APIC. Which data structure must be used within a post message to receive a login token?
Sign in or unlock 350-601 to reveal the answer and full explanation for question #257. The question stem and answer options stay visible for context.
Automation
Question
An engineer is using REST API calls to configure the cisco APIC. Which data structure must be used within a post message to receive a login token?
Options
- A{"aaaUser":{"attributes":{"name":"apiuser","pwd":"cisco123"}}}
- B<aaaUser><name="apiuser"/><pwd="cisco123"/></aaaUser>
- C{aaaUser:{attributes:{name:apiuser,pwd:cisco123}}}
- D<aaaUser><name>apiuser</name><pwd>cisco123</pwd></aaaUser>
Unlock 350-601 to see the answer
You've previewed enough free 350-601 questions. Unlock 350-601 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#REST API#Cisco APIC#API Authentication#JSON Data Structure