In the previous blog post, we explored the Application Transformer for VMware Tanzu REST API and how it can be used for automation and more advanced workflows. To simplify the consumption of the App Transformer REST API and how I started to explore and learn about the APIs, I created a PowerShell module for App Transformer that implements a number of the App Transformer REST API that can easily be consumed using the following functions:
- Connect-AppTransformer
- Get-AppTransformerApplication
- Get-AppTransformerComponent
- Get-AppTransformerComponentSignature
- Get-AppTransformerCredential
- Get-AppTransformerNetworkInsight
- Get-AppTransformerVCenter
- Get-AppTransformerVM
- New-AppTransformerCredential
- New-AppTransformerCredentialAssociation
- New-AppTransformerNetworkInsightCloud
- New-AppTransformerVCenter
- Remove-AppTransformerCredential
- Start-AppTransformerIntrospection
🥳 To help celebrate the official GA of Application Transformer for VMware Tanzu today, I have just published my PowerShell Community Module for App Transformer into the PowerShell Gallery!