add-apikey
Adds an authentication key to use with the HTTP API.
Parameters
key |
A secret string used to authenticate an API request.
|
|
{
"target": "server",
"action": "add-apikey",
"key": "a-secret-key"
}
|
add-environment
Adds an environment. Deprecated, you can directly create environments in the web interface instead.
Parameters
key |
A secret string used to authenticate an API request.
|
|
{
"target": "server",
"action": "add-apikey",
"key": "a-secret-key"
}
|
add-http
Adds an unencrypted http listener for web interface access.
Parameters
key |
A secret string used to authenticate an API request.
|
|
{
"target": "server",
"action": "add-apikey",
"key": "a-secret-key"
}
|
add-https
Adds an authentication key to use with the HTTP API.
Parameters
key |
A secret string used to authenticate an API request.
|
|
{
"target": "server",
"action": "add-apikey",
"key": "a-secret-key"
}
|
add-user
Adds an user/password pair that can be used to log into the server's web interface.
Parameters
user |
The username
|
password |
and password
|
|
{
"target": "server",
"action": "add-user",
"user": "admin",
"password": "bad password"
}
|
set-fallback-watchdog
Parameters
user |
The username
|
|
{
"target": "server",
"action": ""
}
|
slow-shutdown
Parameters
user |
The username
|
|
{
"target": "server",
"action": ""
}
|
set-password-authentication
Parameters
user |
The username
|
|
{
"target": "server",
"action": ""
}
|
set-web-login
Parameters
user |
The username
|
|
{
"target": "server",
"action": ""
}
|
enable-demo
Parameters
user |
The username
|
|
{
"target": "server",
"action": ""
}
|