Create
POST /servers
POST
/servers
Create Server.
Authorizations
Request Body required
Server created.
object
name
The name of the server.
string
description
The description of the server.
string
ip
The IP of the server.
string
port
The port of the server.
integer
user
The user of the server.
string
private_key_uuid
The UUID of the private key.
string
is_build_server
Is build server.
boolean
instant_validate
Instant validate.
boolean
proxy_type
The proxy type.
string
Responses
201
Server created.
object
uuid
The UUID of the server.
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string