From 0d62d835e8a4fd87a67bbaf59434858a3a1a12fb Mon Sep 17 00:00:00 2001 From: Ryan Johnson <ryan@tenthirtyam.org> Date: Fri, 3 Feb 2023 16:22:43 -0500 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org> --- VMware.CloudFoundation.Reporting.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMware.CloudFoundation.Reporting.psm1 b/VMware.CloudFoundation.Reporting.psm1 index b41759b6..77d75f5c 100644 --- a/VMware.CloudFoundation.Reporting.psm1 +++ b/VMware.CloudFoundation.Reporting.psm1 @@ -2331,7 +2331,7 @@ Function Publish-NsxtTransportNodeStatus { This example will publish the BGP status for the NSX transport nodes in a VMware Cloud Foundation instance for a workload domain named sfo-w01. .EXAMPLE - Publish-NsxtTransportNodeStatus -server sfo-vcf01.sfo.rainpole.io -user admin@local -pass VMw@re1!VMw@re1! -allDomains -outputJson F:\Reports + Publish-NsxtTransportNodeStatus -server sfo-vcf01.sfo.rainpole.io -user admin@local -pass VMw@re1!VMw@re1! -allDomains -outputJson F:\Reporting This example will generate a json for the status of all NSX transport nodes in a VMware Cloud Foundation instance. and saves it under F:\Reporting with filename <timestamp>-nsxttransportnode-status.json #>