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: OrchestratorPluginVUMService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginVUMServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginVUM");
}
}Class Functions:
- Orchestrator Function: Server Find For Type ( VUM )
- Orchestrator Function: Server Find All For Type ( VUM )
- Orchestrator Function: Attach vSphere Update Manager Baseline to Host
- Orchestrator Function: Get vSphere Update Manager Inventory Object
- Orchestrator Function: Get vSphere Update Manager Compliance
- Orchestrator Function: Filter vSphere Update Manager Host Baselines
- Orchestrator Function: Get vSphere Update Manager Host Baselines
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
