Forum Topics Started

    • Test
    • Zerto API – Invoke-rest vs invoke-web

      something that always confused me (and this is probably Zerto specific but I’ll throw it out here) I do all my requests using <strong>invoke-restmethod</strong> execpt 1, the inital <strong>invoke-webrequest</strong> to get my token for example $ZertoServer = ‘zerto-zvm.internaldomain.local’ $ZertoPort = “9669” $ZertoUser = “domain\Zerto-account” $ZertoPassword = “HLlmmt2W4rvcs3hlz8w” $BaseURL = “https://$($ZertoServer):$($ZertoPort)/v1” $AuthInfo = (“{0}:{1}” -f $ZertoUser, […]

      in: General Discussion

    • People: 1
      Replies: 2
    • March 25, 2021
    • API VPG query failover state

      I’m querying the Zerto API for VPGs “https://” + $ZertoServer + “:”+$ZertoPort+”/v1/vpgs” When I have a VPG in a TEST failed over state, there is no where that tells me what state it is in ActiveProcessesApi : @{RunningFailOverTestApi=} ActualRPO : 9 BackupEnabled : False ConfiguredRpoSeconds : 300 Entities : @{Protected=4; Recovery=4; Source=4; Target=4} FailSafeHistory : […]

      in: Scripting and APIs

    • People: 2
      Replies: 4
    • October 10, 2018