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 use
  • operation indicates whether to DEPLOY or UNDEPLOY

Example

{
    "deploymentStrategyId": "726fe2708dc27c7f8c7b",
    "operation": "DEPLOY"
}