Orchestrator Class Library: Orchestrator Plugin Infoblox IPAM Service

by Simon Sparks · 1 September 2025

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: OrchestratorPluginInfobloxIPAMService.ts

import{OrchestratorBaseService}from"./OrchestratorBaseService";

exportclassOrchestratorPluginInfobloxIPAMServiceextendsOrchestratorBaseService{

constructor(strProjectID:string){

super(strProjectID,"PluginInfobloxIPAM");
}

}

Class Functions:


Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like