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


 
                                    



