Skip to main content
Version: 2024.1

CloudShell Administration REST API Usage

  1. To use the API's methods, you must pass an authentication token. To obtain the token, execute the login method with a CloudShell system admin's credentials:

    PUT http://<CloudShell Server>:<CloudShell Server port>/Api/Auth/Login

    {
    "Username": "admin",
    "Password": "admin",
    "Token": null,
    "Domain": "Global"
    }

    For example:

  2. And feed the token you got in the response into the API requests as a Bearer Token: