name | data type | constraints | description |
---|---|---|---|
sshSettings | EndpointsSshSettings | ||
endpointAdminPassword | string | required, not blank | |
ispFqdn | string | ||
deployMethod | EndpointsDeployMethod | required | |
variables | string |
Example
{ "sshSettings" : { "username" : "...", "password" : "...", "addressIp" : "..." }, "endpointAdminPassword" : "...", "ispFqdn" : "...", "deployMethod" : "ENDPOINTS_SERVER_WITH_ISP_SERVER", "variables" : "..." }