InitiateFileTransferFromGuestRequestType

InitiateFileTransferFromGuestRequestType
InitiateFileTransferFromGuestRequestType

The parameters of InitiateFileTransferFromGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "guestFilePath": "string"
}
vm
Required

Virtual Machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Query

auth
Required

The guest authentication data.

string
guestFilePath
Required

The complete path to the file inside the guest that has to be transferred to the client. It cannot be a path to a directory or a symbolic link.