Update A Writable Volume By ID
Update a Writable Volume by ID
Writable Volume ID.
"UpdateWritableRequestBody Object"
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.
"UnauthorizedError Object"
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.
"ServerError Object"
Server Error.
Details of error. Exact error format subject to change depending on type of error.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/app_volumes/writables/{id}