• This topic has 1 reply, 2 voices, and was last updated June 26, 2023 by Michael M.

Report to show Journal size for all VPG

  • Hi there

    Can someone tell me how to export a report to show the current Journal SLA for all VPGs.

    You should have a couple of options:

    1. Use the official Zerto PowerShell module, which exposes VPG information through the Get-ZvmVpg cmdlet (and attributes ActualRPO and HistoryStatusAPI.ActualHistoryInMinutes).
    2. Use theĀ Zerto REST APIs with any scripting language of your choice (in 9.7 and above, you can explore and try them through Swagger in the hamburger menu), specifically GET /v1/vpgs which exposes the information under “ActualRPO” and “historyStatusApi” (e.g., actualHistoryInMinutes).
You must be logged in to create new topics. Click here to login