ReplicationInfo

ReplicationInfo
ReplicationInfo

Information about a replication

JSON Example
{
    "name": "string",
    "id": "string",
    "vm_id": "string",
    "source_site_name": "string",
    "source_vc_id": "string",
    "target_site_name": "string",
    "target_vc_id": "string",
    "status": {
        "status": "string",
        "rpo_violation": false
    },
    "rpo": 0,
    "type": "string",
    "replication_server_name": "string",
    "recovery_solution": "string",
    "configuration_state": "string",
    "configuration_error": {
        "message": "string",
        "details": "string"
    },
    "last_group_error": {
        "message": "string",
        "details": "string"
    },
    "recovery_state": "string",
    "recovery_error": "string",
    "target_replication_server_uuid": "string",
    "last_sync_time": "string",
    "last_sync_duration": 0,
    "last_sync_size": 0,
    "current_rpo_violation": 0,
    "quiescing_enabled": false,
    "network_compression_enabled": false,
    "encryption_enabled": false,
    "auto_replicate_new_disks_enabled": false,
    "mpit_enabled": false,
    "mpit_instances": 0,
    "mpit_days": 0,
    "sync_progress": {
        "progress": 0,
        "checksum_current": 0,
        "checksum_total": 0,
        "transferred_current": 0,
        "transferred_total": 0
    },
    "vm_data_sets_replication_enabled": false
}
string
name
Optional

name

string
id
Optional

A unique identifier of the replication.

string
vm_id
Optional

An ID of the replicated VM.

string
source_site_name
Optional

The name of the source site.

string
source_vc_id
Optional

The ID of the source vCenter Server.

string
target_site_name
Optional

The name of the target site.

string
target_vc_id
Optional

The ID of the target vCenter Server.

status
Optional

status

integer As int64 As int64
rpo
Optional

Configured RPO in minutes.

string
type
Optional

type

Possible values are : UNKNOWN, VC_TO_VC,
string
replication_server_name
Optional

The name of the replication server.

string
recovery_solution
Optional

Specify the solution that manages the recovery operation.

string
configuration_state
Optional

The state of a replication with respect to its configuration.

Possible values are : IN_PROGRESS, ERROR, OK, UNKNOWN,
configuration_error
Optional

configuration_error

last_group_error
Optional

last_group_error

string
recovery_state
Optional

The state of a replication with respect to its recovery.

Possible values are : UNKNOWN, NOT_STARTED, IN_PROGRESS, ERROR, OK,
string
recovery_error
Optional

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

string As uuid As uuid
target_replication_server_uuid
Optional

UUID of the target replication server.

string As date-time As date-time
last_sync_time
Optional

The time of the last sync operation.

integer As int64 As int64
last_sync_duration
Optional

The duration of the last sync operation, in seconds.

integer As int64 As int64
last_sync_size
Optional

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

integer As int64 As int64
current_rpo_violation
Optional

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

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.

boolean
network_compression_enabled
Optional

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

boolean
encryption_enabled
Optional

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

boolean
auto_replicate_new_disks_enabled
Optional

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

boolean
mpit_enabled
Optional

A flag that indicates whether MPIT is enabled.

integer As int32 As int32
mpit_instances
Optional

The number of instances to keep per day.

integer As int32 As int32
mpit_days
Optional

The number of days to keep MPIT instances.

sync_progress
Optional

sync_progress

boolean
vm_data_sets_replication_enabled
Optional

Flag defining if VM's DataSets replication is enabled.