End of Life Products and Features - update.save
Description
Initiate a manual software upgrade via a file upload or an automatic update.
Arguments
name | required | value type | default value |
---|---|---|---|
FILE_update | no | filehandle | none |
automatic | no | boolean | 0 |
Example Requests & Responses
Example One
Request
Initiate a manual software upgrade via a file upload. This must be done with an enctype of "multipart/form-data".
{
'method' => 'update.save',
'parameters' => {
'upload_file',
'FILE_update' => <Filehandle>,
} |
Response
{
'result' => 'success'
} |
Or
{
'result' => 'error',
'error' => 'An Error String',
'error_key' => 'AN_ERROR_LANGUAGE_KEY',
} |
Example Two
Request
Initiate automatic software upgrade.
{
'method' => 'update.save',
'parameters' => {
'automatic' => 1,
} |
Response
{
'result' => 'success'
} |
Or
{
'result' => 'error',
'error' => 'An Error String',
'error_key' => 'AN_ERROR_LANGUAGE_KEY',
} |
Related content
End of Life Products and Features - update.list
End of Life Products and Features - update.list
More like this
End of Life Products and Features - restore.save
End of Life Products and Features - restore.save
More like this
End of Life Products and Features - backup.save
End of Life Products and Features - backup.save
More like this
End of Life Products and Features - admin.save
End of Life Products and Features - admin.save
More like this
End of Life Products and Features - tech_support.save
End of Life Products and Features - tech_support.save
More like this
End of Life Products and Features - factory_reset.save
End of Life Products and Features - factory_reset.save
More like this