This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginSSHService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginSSHServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginSSH");
}
}Class Functions:
- Orchestrator Function: Execute an SSH Command
- Orchestrator Function: Server Find All For Type ( SSH )
- Orchestrator Function: Server Find For Type ( SSH )
- Orchestrator Workflow Action to Generate a Key Pair for SSH
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
