From c5a8d261c6bd40ec35ba59873816370af9e8bfba Mon Sep 17 00:00:00 2001 From: Mike M Date: Fri, 4 Nov 2022 16:57:22 -0400 Subject: [PATCH] Update ZVML-simple-list-vpgs.ps1 Add doc link --- ZVML-simple-list-vpgs.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ZVML-simple-list-vpgs.ps1 b/ZVML-simple-list-vpgs.ps1 index 4dac822..632e79d 100644 --- a/ZVML-simple-list-vpgs.ps1 +++ b/ZVML-simple-list-vpgs.ps1 @@ -7,6 +7,8 @@ In no event shall Zerto, its authors or anyone else involved in the creation, pr # Notes: # - requires ZVM Linux Appliance 9.5U1 or higher, developed and tested on 9.5U3 +# - Relevant Documentation: +# - Obtaining a Keycloak Token to Use in API Tools: https://help.zerto.com/bundle/Linux.ZVM.HTML/page/Keycloak_token_for_API_tools.htm # Variables to Configure @@ -80,4 +82,4 @@ catch { Write-Error "Error making API call to ZVM" -ErrorAction Stop } -$result | select VPGName,VMsCount, SourceSite, TargetSite, ActualRPO | format-table \ No newline at end of file +$result | select VPGName,VMsCount, SourceSite, TargetSite, ActualRPO | format-table