Skip to main content

RequestSemaphoresIssues

Request semaphores issues in Warning or Alert status

Request Format

{
"From": null,
"Nodes": [
"node1"
],
"RequestId": "20bd6e92-f7e6-42c9-ac62-e5518a72ecd8",
"RequestName": "RequestSemaphoresIssues"
}

Request Parameters

NameDescription
FromIssues start date and time
RequestIdUnique request GUID
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are requested.

Response: ResponseSemaphoresIssues


{
"Result": [{
"ResponseNode": "ResponseNodeSemaphoresIssues",
"Node": "node1",
"Platform": "Mt5",
"Result": [{
"Node": "node1",
"Platform": "Mt5",
"Time": "2022-12-01 15:57:16:096",
"TimeoutInSec": 125,
"Type": "SemaphoreTrades",
"Status": "Alert"
}, {
"SymbolGroup": "Forex Fixed",
"Symbol": "AUDCHFc",
"SessionStatus": "Started",
"Node": "node1",
"Platform": "Mt5",
"Time": "2022-12-01 16:15:24:904",
"TimeoutInSec": 10,
"Type": "SemaphoreRates",
"Status": "Warning"
}, {
"SymbolGroup": "Forex",
"Symbol": "USDRUB",
"SessionStatus": "Started",
"Node": "node1",
"Platform": "Mt5",
"Time": "2022-12-01 16:15:24:920",
"TimeoutInSec": 20,
"Type": "SemaphoreRates",
"Status": "Alert"
}]
}],
"RequestId": "20bd6e92-f7e6-42c9-ac62-e5518a72ecd8",
"Errors": [],
"ResponseMaster": "ResponseSemaphoresIssues"
}