Cisco Nexus Dashboard · Example Payload

Cisco Nexus Authenticateuser Example

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Cisco Nexus Authenticateuser Example is an example object payload from Cisco Nexus Dashboard, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "authenticateUser",
  "method": "POST",
  "path": "/aaaLogin.json",
  "summary": "Authenticate and Obtain Session Cookie",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "aaaUser": {
          "attributes": {
            "name": "admin",
            "pwd": "Cisco123!"
          }
        }
      }
    }
  ],
  "responseExamples": []
}