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: OrchestratorPluginSNMPService.ts
import { OrchestratorBaseService } from "./OrchestratorBaseService";
export class OrchestratorPluginSNMPService extends OrchestratorBaseService {
constructor(strProjectID: string) {
super(strProjectID, "PluginSNMP");
}
}Class Functions:
- Function: Create a SNMP Device
- Function: Listen for SNMP Device Traps
- Function: Server Find All For Type ( SNMP )
- Function: Server Find For Type ( SNMP )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
