ProvisioningProfile
About
Provisioning profile model
Fields
| Name | Type | Required | Description |
|---|---|---|---|
| _id | string | Yes | unique provisioning profile id |
| name | string | Yes | user-defined provisioning profile name |
| version | integer | Yes | Trading version |
| status | string | Yes | if the status is active, this means that all the necessary files are uploaded, otherwise the status is new |
| type | string | Yes | Provisioning profile type, enum: mtTerminal, managerApi |
| managerLogin | number | Manager login | |
| managerServer | string | Colon separated address and port of the manager server | |
| brokerTimezone | string | Yes | Broker timezone from Time Zone Database |
| brokerDSTSwitchTimezone | string | Yes | Timezone according to which daylight saving time switch happens on broker server |
Example
{
"_id": "f9ce1f12-e720-4b9a-9477-c2d4cb25f076",
"name": "test",
"version": 5,
"status": "new",
"brokerTimezone": "EET",
"brokerDSTSwitchTimezone": "EET"
}