• This topic has 3 replies, 1 voice, and was last updated October 24, 2022 by erick.lopez@sclogistics.com.

Update Journal History Time in Hours

  • When editing a VPG in the WebGUI, there is an option under the Replication Tab to change hte Journal History Days or Hours. Can connect via REST Api, but I can find documentation where I can update that field.

    Hi Erick,

    Checking with my team to see if we have a written example or documentation somewhere that explains.

    I’ll let you know when I hear back!

    Hi Erick,

    You can use the VPG Management API to change the journal settings (see our online API documentation: http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20REST%20APIs%20Online%20Help/index.html#page/connect%2Fsplash.html)

    Please change the basic settings (using
    https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/basic ; see example JSON) using the new desired Journal History:

      “Basic”:{
        “JournalHistoryInHours”:2147483647,
        “Name”:”String content”,
        “Priority”:”String content”,
        “ProtectedSiteIdentifier”:”String content”,
        “RecoverySiteIdentifier”:”String content”,
        “RpoInSeconds”:4294967295,
        “ServiceProfileIdentifier”:”String content”,
        “TestIntervalInMinutes”:2147483647,
        “UseWanCompression”:true,
        “ZorgIdentifier”:”String content”
      }
    Hope this helps!
You must be logged in to create new topics. Click here to login