AccountConnection
About
Account connection model
Fields
| Name | Type | Required | Description |
|---|---|---|---|
| region | string | Yes | region the account is connected at |
| zone | string | Yes | availability zone the account is connected at |
| application | string | Yes | application the account is connected to, one of MetaApi, CopyFactory subscriber, CopyFactory provider, CopyFactory history import, Risk management |
Example
{
"region": "vint-hill",
"zone": "a",
"application": "MetaApi"
}