VersionSummary

VersionSummary
Version Summary

Summary of current appliance component versions and target upgrade version. This provides a quick overview of the system's version state.

JSON Example
{
    "current": {
        "sspi_version": "string",
        "upgrade_manager_version": "string"
    },
    "target": {
        "sspi_version": "string"
    }
}
object
current
Required

Currently installed versions of appliance components.

object
target
Optional

Target version for upgrade. This field is null if no upgrade has been initiated. Once an upgrade is initiated, this field contains the target appliance version.