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

ReplicationInfo

Information about a replication


Properties

boolean
auto_replicate_new_disks_enabled Optional

A flag that indicates whether to automatically enable replication to newly added disks.


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.


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

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


boolean
encryption_enabled Optional

A flag to indicate whether LWD encryption is used from VRS side.


string
id Optional

A unique identifier of the replication.


last_group_error Optional

Returns any 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.


string as date-time
last_sync_time Optional

The time of the last sync operation.


integer as int32
mpit_days Optional

The number of days to keep MPIT instances.


boolean
mpit_enabled Optional

A flag that indicates whether MPIT is enabled.


integer as int32
mpit_instances Optional

The number of instances to keep per day.


string
name Optional

boolean
network_compression_enabled Optional

A flag that indicates whether compression needs to be used for the outgoing traffic.


boolean
quiescing_enabled Optional

A flag that indicates whether to quiesce the file system or the 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

Specify 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

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

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

Possible values are: UNKNOWNVC_TO_VC


boolean
vm_data_sets_replication_enabled Optional

Flag defining if VM’s DataSets replication is enabled.


string
vm_id Optional

An ID of the replicated VM.

JSON Example

{
	"auto_replicate_new_disks_enabled": false,
	"configuration_error": {
		"details": "string",
		"message": "string"
	},
	"configuration_state": "IN_PROGRESS",
	"current_rpo_violation": 0,
	"encryption_enabled": false,
	"id": "string",
	"last_group_error": {
		"details": "string",
		"message": "string"
	},
	"last_sync_duration": 0,
	"last_sync_size": 0,
	"last_sync_time": "string",
	"mpit_days": 0,
	"mpit_enabled": false,
	"mpit_instances": 0,
	"name": "string",
	"network_compression_enabled": false,
	"quiescing_enabled": false,
	"recovery_error": "string",
	"recovery_solution": "string",
	"recovery_state": "UNKNOWN",
	"replication_server_name": "string",
	"rpo": 0,
	"source_site_name": "string",
	"source_vc_id": "string",
	"status": {
		"rpo_violation": false,
		"status": "FULL_SYNC"
	},
	"sync_progress": {
		"checksum_current": 0,
		"checksum_total": 0,
		"progress": 0,
		"transferred_current": 0,
		"transferred_total": 0
	},
	"target_replication_server_uuid": "string",
	"target_site_name": "string",
	"target_vc_id": "string",
	"type": "UNKNOWN",
	"vm_data_sets_replication_enabled": false,
	"vm_id": "string"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Property Of

ReplicationInfoDrResponseList
Used By

ReplicationInfoDrResponseEntity

Feedback

Was this page helpful?