tech_support.list
Description
Fetch the status of tech support remote access.
Arguments
None.
Example Requests & Responses
Example One
Request
Fetch the status of tech support remote access.
{
    'method' => 'tech_support.list',
    'parameters' => { }
} |
Response
'tech_support' => {
                    'running' => 0
                  } |