End of Life Products and Features - tech_support.save
Description
Change the status of tech support remote access.
Arguments
name | required | value type | default value |
---|---|---|---|
enable | yes | boolean | 0 |
username | yes | string | none |
password | yes | string | none |
port | yes | string | none |
Example Requests & Responses
Example One
Request
Turn tech support remote access on.
{
'method' => 'tech_support.save',
'parameters' => {
'password' => 'digiumpassword',
'enable' => 1,
'port' => '12345',
'username' => 'digiumtechsupportusername'
} |
Response
{
'result' => 'success'
} |
Or
{
'result' => 'error',
'error' => 'An Error String',
'error_key' => 'AN_ERROR_LANGUAGE_KEY',
} |
Example Two
Request
Turn tech support remote access off.
{
'method' => 'tech_support.save',
'parameters' => {
'enable' => 0,
} |
Response
{
'result' => 'success'
} |
Or
{
'result' => 'error',
'error' => 'An Error String',
'error_key' => 'AN_ERROR_LANGUAGE_KEY',
} |
Related content
End of Life Products and Features - tech_support.list
End of Life Products and Features - tech_support.list
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 - t1_e1_settings.save
End of Life Products and Features - t1_e1_settings.save
More like this
End of Life Products and Features - system_reboot.save
End of Life Products and Features - system_reboot.save
More like this
End of Life Products and Features - access_control.save
End of Life Products and Features - access_control.save
More like this
End of Life Products and Features - advanced_debugging.save
End of Life Products and Features - advanced_debugging.save
More like this