End of Life Products and Features - system_shutdown.save
Versioning Notes
This object and method were part of system_reboot.save until version 1.1. For versions lower than this, use the system_reboot.save method and send an additional parameter named 'action' with value 'shutdown' or 'reboot' to indicate the action to take.
Description
Initiate a shutdown of the gateway.
Arguments
name | Required | value type | default value |
---|---|---|---|
confirm | yes | "yes" | none |
Example Requests & Responses
Example One
Request
Initiate a shutdown of the gateway.
{
'method' => 'system_shutdown.save',
'parameters' => {
'confirm' => 'yes',
} |
Response
{
'result' => 'success'
} |
Or
{
'result' => 'error',
'error' => 'An Error String',
'error_key' => 'AN_ERROR_LANGUAGE_KEY',
} |
Related content
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 - tech_support.save
End of Life Products and Features - tech_support.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 - factory_reset.save
End of Life Products and Features - factory_reset.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 - t1_e1_settings.save
End of Life Products and Features - t1_e1_settings.save
More like this