RecoveryBackupJobDetailsBuildInfo
The Details.BuildInfo structure contains information about the build of the appliance.
Properties
string
build_number
Required
Build Number of the appliance
string
version
Required
Appliance version, for example 6.8.2.10000
string
version_name
Required
Appliance product type, for example 6.8.2 GA
JSON Example
{
"build_number": "string",
"version": "string",
"version_name": "string"
}