sys/version_info
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added |
---|---|---|---|---|---|
sys | version_info | no | no | no | 1.3 |
Return general information about the current system version and other versions.
- Required:
- none ({})
- Optional:
- none ({})
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
{}
{
"version_info" : {
"current_version" : "1.2.2",
"updates_available" : false,
"versions" : [
{ "version" : "1.2.2", "latest" : true, "date" : "2020-03-11", "notes" : "Patch fix 2: More CA and DB restore fixes", "url" : "https://www.ixsystems.com/blog/library/truecommand-1-2-2/" },
{ "version" : "1.2.1", "latest" : false, "date" : "2020-02-25", "notes" : "Patch fix for CA certificate handling", "url" : "https://www.ixsystems.com/blog/library/truecommand-1-2-1/" },
{ "version" : "1.2", "latest" : false, "date" : "2020-02-18", "notes" : "First docker release of TrueCommand", "url" : "https://www.ixsystems.com/blog/library/truecommand-1-2/" }
]
}
}
This API call does not emit any middleware events.