Scaleout
Scales Out the deployment. Deploys the specified node under the given product in the environment.
Request
URI
POST
https://{api_host}/lcm/api/v1/action/addNode
COPY
Header Parameters
string
x-xenon-auth-token
Optional
Authorization Token (required if no authorization cookie)
Request Body
Add Node Payload
{
"environmentId": "8c7e3ea7e945f475558855d497c68",
"dataCenterId": "Data Center Name",
"productId": "vrli",
"version": "4.3.0",
"node": {
"type": "vrli-worker",
"sourceLink": "",
"properties": {
"name": "VM Name",
"cluster": "",
"ipAddress": "1.1.1.1",
"dns": "",
"vCenterHost": "hostname",
"storage": "",
"network": "",
"hostname": "hostname",
"netmask": "",
"domain": "",
"diskFormat": "",
"searchpath": "",
"gateway": "",
"deployOption": "",
"userName": "vCenter Username",
"password": "password"
}
}
}
Responses
200
Operation successful
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Operation doesn't return any data structure