[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vsphere-replication-api
Changed1

ReplicationInfo

Information about a replication.


Properties

integer as int64
last_sync_time Changed Required

The time of the last sync operation, in milliseconds.


boolean
auto_replicate_new_disks_enabled Optional

Indicate whether to automatically enable replication to newly added disks to the source VM.


string
configuration_state Optional

The state of a replication with respect to its configuration.

Possible values are: IN_PROGRESSERROROKUNKNOWN


integer as int64
current_rpo_violation Optional

The RPO violation since the deadline for the next image of the replication has elapsed, in minutes.


boolean
encryption_enabled Optional

Indicate whether LWD encryption is used from VRS side.


string
id Optional

The unique identifier of the replication.


last_group_error Optional

The faults from the underlying replication.


integer as int64
last_sync_duration Optional

The duration of the last sync operation, in seconds.


integer as int64
last_sync_size Optional

The size of delta during the last sync, in bytes.


configuration_error Optional

If the configurationState is ERROR, this property is set with a value describing the error in more detail. If the configurationState contains some other value, then this property is empty.


integer as int32
mpit_days Optional

The number of days to keep MPIT instances.


boolean
mpit_enabled Optional

Indicate whether MPIT is enabled.


integer as int32
mpit_instances Optional

The number of instances to keep per day.


string
name Optional

The name of the replication.


boolean
network_compression_enabled Optional

Indicate whether to use compression for the outgoing traffic.


boolean
quiescing_enabled Optional

Indicate whether to quiesce the file system or applications in the guest OS before a consistent replica is created.


string
recovery_error Optional

If the recovery_state is ERROR, this field contains details about the error.


string
recovery_solution Optional

The solution that manages the recovery operation.


string
recovery_state Optional

The state of a replication with respect to its recovery.

Possible values are: UNKNOWNNOT_STARTEDIN_PROGRESSERROROK


string
replication_server_name Optional

The name of the replication server.


integer as int64
rpo Optional

The configured RPO in minutes.


string
source_site_name Optional

The name of the source site.


string
source_vc_id Optional

The ID of the source vCenter Server.


status Optional

Compound status of a replication type.


sync_progress Optional

Information about the sync progress of a replication.


string as uuid
target_replication_server_uuid Optional

The UUID of the target replication server.


string
target_site_name Optional

The name of the target site.


string
target_vc_id Optional

The ID of the target vCenter Server.


string
type Optional

The type of the replication.

Possible values are: UNKNOWNVC_TO_VC


boolean
vm_data_sets_replication_enabled Optional

Indicate whether VM’s DataSets replication is enabled.


string
vm_id Optional

The ID of the replicated VM.

JSON Example

{
	"last_sync_time": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vsphere-replication-api
Property Of

ReplicationInfoDrResponseList
Used By

ReplicationInfoDrResponseEntity
What's changed in latest?

CHANGED (1)
Changed Properties
last_sync_time

Feedback

Was this page helpful?