Function: AVI Controller Get All

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

public AviControllerGetAll(): AviConnectionInfo[] {

    let arrAviConnectionInfo: AviConnectionInfo[] = AviVroPlugin.getAllAviClients();

    return arrAviConnectionInfo;
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like