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