Get Administration API token
Description
Gets an authentication token for Administration API.
HTTP method
PUT
Request
http://{Admin API IP}:{port#}/Api/Auth/Login
                                            Example header format:
Authorization: Basic <authorization token returned from the login method>
                                                
Content-Type: application/json
                                                
| Parameter | Description/Comments | 
|---|---|
| Username | (string) CloudShell username. | 
| Password | (string) CloudShell user password. | 
| Domain | (string) CloudShell domain. | 
{
"Username":"admin",
"Password":"admin",
"Domain":"Global"
}
                                            Response
"UJvRg9mn6EywpLYMpRPiQg2"
                                            200
