Orchestrator Function: vRA Host Get All

by Simon Sparks · 11 February 2026

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

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

Filename: OrchestratorPluginVRAService.ts

Description: Orchestrator Function to Get All vRA Hosts

Public Function: VraHostGetAll

publicVraHostGetAll(strConnectionType:"vra-onprem"="vra-onprem"):VraHost[]{
letarrVraHost:VraHost[]=VraHostManager.findHostsByType(strConnectionType);

returnarrVraHost;
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like