Set Cloud Server Account for Terminal
# Set Cloud Server Account for Terminal
Path:
/api/account
Method: PUT
API Description: This can be used to set the cloud server account for the terminal.
Request
Name | Type | Example | Description |
---|---|---|---|
name | String | 4FNVQxhBKOuGE0q | The name (generated by the server automatically) for newly added terminal account. This can also be entered manually. You should create the corresponding terminal in the server to let the name be displayed on the cloud (see relevant document for reference). |
password | String | NQYxx0RqulT | The password (generated by the server automatically) for newly added terminal account. |
url | String | https://ww1.colorlightcloud.com/ | Cloud server website |
Example
{
"name":"terminal_account_name",
"password":"password_configured_in_server ",
"url":"https://your_cloudserver.com"
}