VmDiskSeedInformationDrResponseList
VmDiskSeedInformationDrResponseList
List of entities about: A information about seeds found for a disk.
JSON Example
{
"list": [
{
"vm_disk": {
"vm_id": "VirtualMachine:vm-80:e594ad24-5f75-41e3-a276-88a2116dbed0",
"device_key": 0
},
"found_seeds": [
{}
]
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}