Skip to main content

RequestMetadata

Get metadata

Request format

{
"RequestId": "2c4c0f71-c5d1-4bff-85f0-4e4147d655e4",
"Nodes": [
"node1",
"node2"
],
"RequestName": "RequestMetadata"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are requested.
RequestNameType of request

Master’s response

{
"Result": {
"TradeReason": [
"Client",
"Robot",
"Dealer",
"Signal",
"Gateway",
"WebTerminal",
"MobileDevice",
"PlatformApi"
]
},
"RequestId": "17f53cc3-9041-4cce-bcc5-29de64cfef93",
"ResponseMaster": "ResponseMetadata"
}