ServerSpec

ServerSpec
ServerSpec

Server Spec.

JSON Example
{
    "password": [
        "<password>"
    ],
    "port": 443,
    "server_name": "horizon.com",
    "username": "administrator"
}
array of string
password
Optional

Password to use for the connection. This property is not required if the server is already added.

integer As int32 As int32
port
Required

Port of the server to connect to.

string
server_name
Required

Url of the server without the protocol prefix.

string
username
Required

User name to use for the connection.