appliance system version: get
Get the version.
Request:
HTTP request
GET https://{server}/rest/appliance/system/version
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value": {
"build": "string",
"install_time": "string",
"product": "string",
"releasedate": "string",
"summary": "string",
"type": "string",
"version": "string"
}
}
"value": {
"build": "string",
"install_time": "string",
"product": "string",
"releasedate": "string",
"summary": "string",
"type": "string",
"version": "string"
}
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | version_struct | version information about the appliance. |
value.version | string | Appliance version. |
value.product | string | Appliance name. |
value.build | string | Appliance build number. |
value.type | string | Type of product. Same product can have different deployment options, which is represented by type. |
value.summary | string | Summary of patch (empty string, if the appliance has not been patched) |
value.releasedate | string | Release date of patch (empty string, if the appliance has not been patched) |
value.install_time | string | Display the date and time when this system was first installed. Value will not change on subsequent updates. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |