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

ReplicationServerInfoDrResponseList

List of entities about: Information about the vSphere Replication server.


Properties

_meta Optional

List metadata


list Optional

Information about the vSphere Replication server.

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": [
		{
			"configuration_url": "string",
			"connected": false,
			"decommissioned": false,
			"fault": "string",
			"hostname": "string",
			"id": "string",
			"internally_managed": false,
			"name": "string",
			"replication_count": 0,
			"uuid": "string"
		}
	]
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Returned By

Get All VR Servers
Get All VR Servers In Pairing

Feedback

Was this page helpful?