Deploy Node
ID: deployNode
Deploys or undeploys a node using the deployment system.
{
"title": "Deploy Node",
"properties": {
"deploymentStrategyId": {
"type": "string",
"title": "Deployment Strategy ID"
},
"operation": {
"type": "string",
"title": "Operation",
"enum": ["DEPLOY", "UNDEPLOY"]
}
}
}
Where:
deploymentStrategyId
is the ID of the deployment strategy to useoperation
indicates whether toDEPLOY
orUNDEPLOY
Example
{
"deploymentStrategyId": "726fe2708dc27c7f8c7b",
"operation": "DEPLOY"
}