End of Life Products and Features - advanced_debugging.list
Description
Fetch a list of currently running, canceled, and completed advanced debugging sessions on the gateway.
Arguments
None.
Example Requests & Responses
Example One
Request
Fetch a list of currently running, canceled, and completed advanced debugging sessions on the gateway.
{
'method' => 'advanced_debugging.list',
'parameters' => { }
} |
Response
'advanced_debugging' => {
'sessions' => [
{
'astmsg_length_number' => '10',
'astpridebug_level' => 'standard',
'enable_msg' => '1',
'tcp_only_sip' => '0',
'astdebug_level' => '3',
'tcp_length_unit' => 'minutes',
'tcp_length_number' => '10',
'astpridebug_ports' => [
'1',
'2'
],
'msg_length_number' => '10',
'start_time' => '1332867008',
'enable_tcp' => '1',
'enable_astsipdebug' => '1',
'astmsg_length_unit' => 'minutes',
'action' => 'start',
'enable_astmsg' => '1',
'enable_astpridebug' => '1',
'msg_length_unit' => 'minutes'
},
{
'astmsg_length_number' => '1',
'astpridebug_level' => 'standard',
'enable_msg' => '1',
'tcp_only_sip' => '0',
'astdebug_level' => '3',
'tcp_length_unit' => 'minutes',
'tcp_length_number' => '1',
'astpridebug_ports' => [
'1',
'2'
],
'msg_length_number' => '1',
'start_time' => '1332866622',
'enable_tcp' => '1',
'enable_astsipdebug' => '1',
'astmsg_length_unit' => 'minutes',
'action' => 'start',
'enable_astmsg' => '1',
'enable_astpridebug' => '1',
'msg_length_unit' => 'minutes'
}
],
'debug_log_files' => [
'gateway_debug_1332866622.zip'
]
}, |
Related content
End of Life Products and Features - advanced_debugging.save
End of Life Products and Features - advanced_debugging.save
More like this
End of Life Products and Features - advanced_debugging.delete
End of Life Products and Features - advanced_debugging.delete
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
End of Life Products and Features - access_control.list
End of Life Products and Features - access_control.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 - connection_status.list
End of Life Products and Features - connection_status.list
More like this