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

VmDiskSeedInformationDrResponseList

List of entities about: Information about seeds found for a disk


Properties

_meta Optional

List metadata


list Optional

Information about seeds found for a disk

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": [
		{
			"found_seeds": [
				"string"
			],
			"vm_disk": {
				"device_key": 0,
				"vm_id": "VirtualMachine:vm-80:e594ad24-5f75-41e3-a276-88a2116dbed0"
			}
		}
	]
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Returned By

Get Seeds For Disks

Feedback

Was this page helpful?