Get Disks for VM
get the disk for the VM provided
Path Parameters
- vmGuid string required
Query Parameters
- jobid string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
disks object[]
Datastore stringdatastore where the vm disk resides
name stringname of the vm disk
{
"disks": [
{
"Datastore": "string",
"name": "string"
}
]
}
{
"Datastore": "datastore2-3",
"name": "scsi0-1-RestApiBackupVM_1.vmdk"
}
Loading...