Orchestrator Function: Get All AVI Controllers

by Simon Sparks · 8 March 2026

To use this function add it to the class library file named PluginAVIService.ts

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: PluginAVIService.ts

Description: Orchestrator Function to get all AVI Controllers.

Public Function: AviControllerGetAll

publicAviControllerGetAll():AviConnectionInfo[]{

letarrAviConnectionInfo:AviConnectionInfo[]=AviVroPlugin.getAllAviClients();

returnarrAviConnectionInfo;
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like