remote_logging.list
Description
Fetch a list of all the admins on the gateway.
Versioning Notes
Prior to version 1.1, this method and the object it returned were named 'system_log.list', and the only parameters available were 'enable', 'hostname', and 'port'.
Arguments
None.
Example Requests & Responses
Example One
Request
Fetch a list of all the admins on the gateway.
{
    'method' => 'remote_logging.list',
    'parameters' => { }
} |
Response
'remote_logging' => {
                      'verbose' => '1',
                      'object_type' => 'remote_logging',
                      'system' => '1',
                      'debug_level' => '3',
                      'hostname' => 'mysyslogserver.example.tld',
                      'facility' => '2',
                      'sip' => '1',
                      'kernel' => '1',
                      'object_id' => 201,
                      'pri' => '1',
                      'enable' => '1',
                      'dtmf' => '1',
                      'port' => '514',
                      'pri_level' => 'standard',
                      'enable_adv' => '1',
                      'object_name' => 'remote_logging'
                    } |