Administrator login
By default, the administrator password is "admin".
After executing the command, the browser automatically saves a cookie named "gcccookie", which stores the authorization token.
The cookie is then automatically sent by the browser for all subsequent commands.
Authorization is not required. RAW JSON input parameters:
POST /v1.0/lm/login
{ "loginPass" : "admin", "loginRememberMe" : true }
Change administrator password
Authorization is required. RAW JSON input parameters
POST /v1.0/lm/newpassword
{ "newPassword" : "admin", "loginRememberMe" : true }
Refresh the authorization token
Authorization is required. There are no input parameters.
POST /v1.0/lm/refreshauthtoken
Administrator logout
Authorization is required. There are no input parameters.
POST /v1.0/lm/logout
Set the activation service address
By default, the activation service address for Guardant Station Cloud is https://getlicense.guardant.ru:443, for Guardant Station Retail (BOX) https://localhost:9000
Authorization is required. RAW JSON input parameters
POST /v1.0/lm/url/activation
{ "url": "https://getlicense.guardant.ru:443" }
Get the activation service address
GET /v1.0/lm/url/activation
Returns value:
{ "url": "https://getlicense.guardant.ru:443" }
Reset the activation service address to the default value
DELETE /v1.0/lm/url/activation
By default, the activation service address for Guardant Station Cloud is https://getlicense.guardant.ru:443, for Guardant Station Retail (BOX) https://localhost:9000
Returns value:
{ "url": "https://localhost:9000" }