microsoft/SdnDiagnostics

Improve the output of VIP and DIP status

arudell opened this issue · 0 comments

Get-SdnSlbStateInformation queries NC to get a consolidated Fabric and Tenant view of all VIP related resources. While it's useful, it's limited as it dumps out everything in a partial JSON format, making it so that you cannot use .NET to parse the actual information returned for a specific VIP.

Need to create new custom functions that will allow the results to be returned as a .NET object rather than the console output currently being returned.