Skip to main content

Sign in to the NetApp Console

POST /auth/login

Signs in to the NetApp Console.

Request Body

Name Type Required Description

email

string

True

Email address of the user attempting to log in

password

string

True

Password of the user attempting to log in

Example request
{
  "email": "string",
  "password": "string"
}

Error

Status: Default, Default response