[{ "ActualRPO": 2147483647, "Entities": { "Protected": 0, "Recovery": 0, "Source": 0, "Target": 0 }, "IOPS": 2147483647, "LastTest": "/Date(928142400000+0300)/", "Link_{n}": { "href": "String content", "identifier":"String content", "rel": "String content", "type": "String content" }, "Link__x007B_0_x007D_":{ "href":"String content", "rel":"String content", "type":"String content" }, "OrganizationName": "String content", "Priority": 0, "ProtectedSite_{n}": { "href": "String content", "identifier":"String content", "rel": "String content", "type": "String content" }, "ProvisionedStorageInMB": 2147483647, "RecoverySite_{n}": { "href": "String content", "identifier":"String content", "rel": "String content", "type": "String content" }, "SourceSite": "String content", "Status": 0, "SubStatus": 0, "TargetSite": "String content", "ThroughputInMB": 1.26743233E+15, "UsedStorageInMB": 2147483647, "VmIdentifier": "String content" "VmName":"String content", "Volumes_{n}": [ {"VmVolumeIdentifier":String content", }] "VpgName":"String content", "EnabledActions_{n}": { "IsFlrEnabled": True/False }, "VpgIdentifier":"String content" } |
Parameter | Description |
ActualRPO | The time since the last checkpoint was written to the journal in seconds. This should be less than the Target RPO Alert value specified for the VPG. A value of -1 means that the RPO has not been calculated. |
Entities | The source type and target types, vCenter Server of vCloud Director, where the virtual machine is protected and recovered. |
Protected | The type of virtual machines being protected. Possible values are (Json/XML): 0/VCVpg – The VPG is protecting virtual machines in a VMware vCenter Server. 1/VCvApp – Deprecated. 2/VCDvApp – The VPG is protecting a VMware vCloud Director vApp. 3/AWS – Not applicable. 4/HyperV – The VPG is protecting virtual machines in Microsoft Hyper-V. |
Recovery | The type of virtual machines being recovered. Possible values are (Json/XML): 0/VCVpg – The VPG is recovering virtual machines in a VMware vCenter Server. 1/VCvApp – Deprecated. 2/VCDvApp – The VPG is recovering a VMware vCloud Director vApp. 3/AWS – The VPG is recovering virtual machines in Amazon Web Services (AWS). 4/HyperV – The VPG is recovering virtual machines in Microsoft Hyper-V. |
Source | Deprecated |
Target | Deprecated |
IOPS | The IO per second between all the applications running on the virtual machine in the VPG and the VRA that sends a copy to the remote site for replication. |
LastTest | The date the last failover test occurred. The value can be converted to an understandable date using code similar to the following: var date = new Date(jsonDate); or code similar to the Perl code example, jsonDateToString($), in Perl Code Example: Retrieving the First 100 Records. |
Link | The link details. |
href | The URL used. |
identifier | The unique identifier of the virtual machine. |
rel | The next path level for the API relative to the current path. |
type | The API interface service. |
Link | The link details. |
href | The URL used. |
rel | The next path level for the API relative to the current path. |
type | The API interface service. |
OrganizationName | The name of the organization set up in the Zerto Cloud Manager, the ZORG, that uses a cloud service provider for recovery. |
Priority | The priority specified for the VPG. Possible values are (Json/XML): 0/Low – The VPG has a low priority for transferring data. 1/Medium – The VPG has a medium priority for transferring data. 2/High – The VPG has a high priority for transferring data. |
ProtectedSite | The identifier of the protected site. |
href | The URL used. |
identifier | The unique identifier of the virtual machine. |
rel | The next path level for the API relative to the current path. |
type | The API interface service. |
ProvisionedStorageInMB | The storage provisioned for the virtual machine in the recovery site. |
RecoverySite | The identifier of the recovery site. |
href | The URL used. |
identifier | The unique identifier of the virtual machine. |
rel | The next path level for the API relative to the current path. |
type | The API interface service. |
SourceSite | Deprecated |
Status | The status of the VPG that contains the virtual machine. Possible values are (Json/XML): 0/Initializing– The VPG is being initialized. This includes when a VPG is created, and during the initial sync between sites. 1/MeetingSLA – The VPG is meeting the SLA specification. 2/NotMeetingSLA – The VPG is not meeting the SLA specification for both the journal history and RPO SLA settings, for example during a delta sync or when there is an error. 3/RpoNotMeetingSLA – The VPG is not meeting the SLA specification for the RPO SLA setting. 4/HistoryNotMeetingSLA – The VPG is not meeting the SLA specification for the journal history. 5/FailingOver – The VPG is in a Failover operation. 6/Moving – The VPG is in a Move operation. 7/Deleting – The VPG is being deleted. 8/Recovered – The VPG is recovered. |
SubStatus | The substatus of the VPG that contains the virtual machine, for example the VPG is in a bitmap sync. For the description of substatuses, refer to the Zerto Virtual Manager Administration Guide. Possible values are (Json/XML): 0/None 1/InitialSync 2/Creating 3/VolumeInitialSync 4/Sync 5/RecoveryPossible 6/DeltaSync 7/NeedsConfiguration 8/Error 9/EmptyProtectionGroup |
10/DisconnectedFromPeerNoRecoveryPoints 11/FullSync 12/VolumeDeltaSync 13/VolumeFullSync 14/FailingOverCommitting 15/FailingOverBeforeCommit 16/FailingOverRollingBack 17/Promoting 18/MovingCommitting 19/MovingBeforeCommit | |
20/MovingRollingBack 21/Deleting 22/PendingRemove 23/BitmapSync 24/DisconnectedFromPeer 25/ReplicationPausedUserInitiated 26/ReplicationPausedSystemInitiated 27/RecoveryStorageProfileError 28/Backup 29/RollingBack | |
30/RecoveryStorageError 31/JournalStorageError 32/VmNotProtectedError 33/JournalOrRecoveryMissingError 34/AddedVmsInInitialSync | |
TargetSite | Deprecated |
ThroughputInMb | The MBs for all the applications running on the virtual machine being protected. |
UsedStorageInMB | The storage used by the virtual machine at the recovery site. |
VmIdentifier | The identifier of the virtual machine for which information is returned. The identifier comprises the server identifier and the virtual machine moref, with the format, serverid.moref. |
VmName | The virtual machine name. |
VpgName | The VPG name of the VPG in which the virtual machine is protected. |