To use this function add it to the class library file named vCenterVAPIBaseService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: vCenterVAPIService.ts
Description: Orchestrator Function to Get All vCenter VAPI Metamodels
Function VAPIMetamodelGetAll
publicVAPIMetamodelGetAll():VAPIMetamodel[]{
try{
letarrVAPIMetamodel:VAPIMetamodel[]=VAPIManager.getAllMetamodels();
returnarrVAPIMetamodel;
}
catch (objException){
return [];
}
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
