End of Life Products and Features - update.list
Description
Fetch the software update status.
Arguments
None.
Example Requests & Responses
Example One
Request
Request a list of global T1/E1 settings on the gateway and configuration parameters for each T1 port.
{
'method' => 'update.list',
'parameters' => { }
} |
Response
{
'updates' => {
'update_available' => 0
}
} |
Or
{
'updates' => {
'version_string' => '1001000002000000000',
'filename' => 'g100_g200-1.0.2.bin',
'version' => '1.0.2',
'url' => 'http://downloads.digium.com/pub/telephony/gateway/firmware/g100_g200-1.0.2.bin',
'update_available' => 1
}
} |
Related content
End of Life Products and Features - update.save
End of Life Products and Features - update.save
More like this
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 - gateway.list
End of Life Products and Features - gateway.list
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 - connection_status.list
End of Life Products and Features - connection_status.list
More like this
End of Life Products and Features - t1_e1_settings.list
End of Life Products and Features - t1_e1_settings.list
More like this