GetStatus

GetStatus - in case of succes return value is “ok” otherwise responses with an error code.

Example:

{"id": 11, "type":"GetStatus", "body": {}}

Request Body Fields: n/a

Responce Type - Status.

Responce Body Fields:

Parameter
Always returned
Type
Description

mt

string

In case of succes returns value is “ok” otherwise responses with an error code.

account

unit

account that used to opend socket connection

server_code

string

code that was used to start RW-Manager

build

string

build version

version

string

time of builds for the binary

instance_id

string

the ID of the instance

Example:

{"type": "Status", "id":11, "body": 
        {     "mt": "OK",     
              "account": 91032,     
              "server_code": "mt5_trial2",     
              "build": "master.4339c6b4",     
              "version": "13/07/2023 14:46:06.80", 
              "instance_id": "i-instances_id" 
        }
 }

Last updated