Skip to main content
POST
/
vpn
/
servers
/
deploy
Deploy Server API
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/vpn/servers/deploy \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data id=123 \
  --data 'password_deploy=<string>' \
  --data 'host=<string>' \
  --data 'username=<string>' \
  --data port=123
{
  "success": true,
  "message": "Server: 8 deploy successfully",
  "status_deploy": "Dependencies resolved.\nNothing to do.\nComplete!\n"
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded
id
integer
required
Example:

8

password_deploy
string
required
Example:

"Password"

host
string
required
Example:

"IPAddress"

username
string
required
Example:

"root"

port
integer
required
Example:

22

Response

200 - application/json

OK

success
boolean
required
message
string
required
status_deploy
string
required