Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
                  }
  • No labels