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

ReplicationInfoDrResponseList

List of entities about: Information about a replication.


Properties

_meta Optional

List metadata


array of ReplicationInfo
list Optional

Information about a replication.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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": 0,
			"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 (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vsphere-replication-api
Returned By

Get All Replications

Feedback

Was this page helpful?