Valid 300-550 Dumps shared by ExamDiscuss.com for Helping Passing 300-550 Exam! ExamDiscuss.com now offer the newest 300-550 exam dumps, the ExamDiscuss.com 300-550 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 300-550 dumps with Test Engine here:
How are authentication credentials sent in a Cisco APIC REST API authorization request?
Correct Answer: B
Explanation/Reference: Explanation: Authentication to the REST API for username/password-based authentication uses a special subset of request URIs, including aaaLogin, aaaLogout and aaaRefresh as the Dn target of a POST operation. Their payloads contain a simple XML or JSON payload containing the MO representation of an aaaUser object with attributes name and pwd defining the username and password, for example: <aaaUser name='admin' pwd='insieme'/>. The response to the POSTs will contain an authentication token as both a Set-Cookie header as well as an attribute to the aaaLogin object in the response named token, for which the XPath is / imdata/aaaLogin/@token if encoded as XML. Subsequent operations on the REST API can use this token value as a Cookie named "APIC-cookie" to have future requests authenticated. Reference: http://aci-troubleshooting-book.readthedocs.io/en/latest/rest.html