System
Check auth configuration
Validate credentials for a registry and, if available, get an identity token for accessing the registry without password.
post/auth
Request body
Example request
{
"username": "hannibal",
"password": "xxxx",
"serveraddress": "https://index.docker.io/v1/"
}Response
An identity token was generated successfully.
Example response
{
"Status": "Login Succeeded",
"IdentityToken": "9cbaf023786cd7..."
}