get_current_system_version_m
Summary
| API Name | get_current_system_version_m |
|---|---|
| Class | system_services_m |
| Update Version | 3.5 |
Description
Returns the current version number of the Aria platform.
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 22 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | No |
Aria-assigned account identifier. This value is unique across all Aria-managed accounts. |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error. |
|
| error_msg | string | No |
Description of any error that occurred. "OK" if there was no error. |
|
| version | string | No |
The current system version. Note that Aria system versions are store in a standard syntax by which major and minor versions are separated by a period or decimal point. Therefore, version 6.10 was released more than a year after version 6.2, despite 6.1 being less than 6.2. |