Overview | Service | Command |
Version Check
Authorization token required | true |
Admin Authorization token required | true |
<VersionCheckRequest action="..." /> ## VersionCheckRequest
The following table describes elements and attributes you can define within a
<VersionCheckRequest>
element:
XPath | Required / Optional | Description |
@action | Required (only 1) | Type:String Action. Either check or status |
<VersionCheckResponse> ## VersionCheckResponse
<versionCheck [status="{version-check-status} (0|1)"]> ## VersionCheckInfo
<updates>
(<update [type="{type}"] [critical="{critical} (0|1)"] [updateURL="{updateURL}"]
[description="{description}"] [shortversion="{shortversion}"] [release="{release}"]
[version="{version}"] [buildtype="{buildtype}"] [platform="{platform}"] /> ## VersionCheckUpdateInfo)*
</updates>
</versionCheck>
</VersionCheckResponse>
The following table describes elements and attributes you can define within a
<VersionCheckResponse>
element:
XPath | Required / Optional | Description |
/versionCheck | Optional (0 or 1) | Version check information |
/versionCheck@status | Optional (0 or 1) | Type:0|1 Version check status |
/versionCheck/updates | Required (only 1) | |
/versionCheck/updates/update | Optional (0 or more) | |
/versionCheck/updates/update@type | Optional (0 or 1) | Type:String Type |
/versionCheck/updates/update@critical | Optional (0 or 1) | Type:0|1 Critical |
/versionCheck/updates/update@updateURL | Optional (0 or 1) | Type:String updateURL |
/versionCheck/updates/update@description | Optional (0 or 1) | Type:String Description |
/versionCheck/updates/update@shortversion | Optional (0 or 1) | Type:String Short Version |
/versionCheck/updates/update@release | Optional (0 or 1) | Type:String Release |
/versionCheck/updates/update@version | Optional (0 or 1) | Type:String Version |
/versionCheck/updates/update@buildtype | Optional (0 or 1) | Type:String Build Type |
/versionCheck/updates/update@platform | Optional (0 or 1) | Type:String Platform |