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: OrchestratorPluginRESTService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginRESTServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginREST");
}
}Class Functions:
- How to use a Transient RESTHost in Orchestrator
- Orchestrator Function: Add Multiple REST Hosts
- Orchestrator Function: Add REST Operations to a REST Host
- Orchestrator Function: Add REST Operations to a REST Host for F5 BIG-IP LTM
- Orchestrator Function: Add REST Operations to a REST Host for InfoBlox
- Orchestrator Function: Add REST Operations to a REST Host for OpsView
- Orchestrator Function: Add REST Operations to a REST Hosts
- Orchestrator Function: Copy REST Operations from one REST Host to another REST Host
- Orchestrator Function: Create a CName Record in Infoblox
- Orchestrator Function: Delete a CName Record from Infoblox
- Orchestrator Function: Delete an A Record from Infoblox
- Orchestrator Function: Login to OpsView via REST – Part 1
- Orchestrator Function: Login to OpsView via REST – Part 2
- Orchestrator Function: Remove a Virtual Machine from Chef using Knife via SSH
- Orchestrator Function: Server Find All For Type ( REST )
- Orchestrator Function: Server Find For Type ( REST )
- Orchestrator Workflow Action to Add a REST Host with Credentials
- Orchestrator Workflow Action to Add a REST Host with No Credentials
- Orchestrator Workflow Action to Remove a Virtual Machine from Puppet during Decomissioning
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
