Update A Writable Volume By ID
Update a Writable Volume by ID
Writable Volume ID.
{
"description": "Writable Volume for Administrator",
"error_action": "string",
"block_login": 0,
"mount_prefix": "DESKTOP",
"oses": [
0
]
}
Description for the Writable Volume.
Whether failures related to the Writable Volume will prevent application related attachments. Setting "continue_silently" will skip attachments and not alert the user. Setting "continue_alert" will alert the end user that the writable was not attached. Setting "disable_and_alert" will disable all virtualization and display an alert. Setting "disable_and_alert_on_error" will disable all virtualization and display an alert only for error cases (conflicts due to multiple logins are not considered an error). Must set as "" if a) owner_type is "Computer" or b) block_login parameter is set to "1".
Whether failures related to the Writable Volume will prevent User login.
Prefix used to determine whether the Writable Volume should mount to a particular Computer.
IDs of operating systems the Writable Volume is allowed to mount to.
Saved Writable changes.
ID missing from request.
{
"error": "Missing parameters"
}
Session expired. Create a session and make the request with the _session_id cookie.
{
"error": "Session expired. Please login again."
}
Session expired. Create a session using and make the request with the _session_id cookie.
Writable Volume was not found.
Failed to update the Writable Volume.
{
"error": "Server Error",
"detail": "Unexpected server error."
}
Server Error.
Details of error. Exact error format subject to change depending on type of error.