Vm_Guest_Filesystem_Files_Move_RequestBody
Vm_Guest_Filesystem_Files_Move_RequestBody
This is a request body class for an operation.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "string",
"user_name": "string",
"password": "string",
"saml_token": "string"
},
"path": "string",
"new_path": "string",
"overwrite": false
}
string
path
Required
The complete path to the original file or symbolic link to be moved.
string
new_path
Required
The complete path to the new file. It cannot be a path to an existing directory.
boolean
overwrite
Optional
If true, the destination file is overwritten. If unset, the destination file is not overwritten.