Vm_Guest_Filesystem_Directories_Move_RequestBody

Vm_Guest_Filesystem_Directories_Move_RequestBody
Vm_Guest_Filesystem_Directories_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"
}
credentials
Required

The guest authentication data.

string
path
Required

The complete path to the directory to be moved.

string
new_path
Required

The complete path to where the directory is moved or its new name. It cannot be a path to an existing directory or an existing file.