Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1022 Bytes

File metadata and controls

73 lines (49 loc) · 1022 Bytes
sidebar_position 2

Get Administration API token

Description

Gets an authentication token for Administration API.

URL

http://{Admin API IP}:{port#}/Api/Auth/Login

HTTP method

PUT

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Request body

Example header format:

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