version

version
version

Represents the Product and API version information of the VMware Cloud Foundation Operations Suite

JSON Example
{
    "releaseName": "string",
    "major": 0,
    "minor": 0,
    "minorMinor": 0,
    "buildNumber": 0,
    "releasedDate": 0,
    "humanlyReadableReleaseDate": "string",
    "description": "string"
}
string
releaseName
Required

Name of the release that published this version

integer As int32 As int32
major
Required

Major version of the application. This field is bumped up when there is a complete change of all available API(s) in the system. API(s) in two different major versions are incompatible with each other.

integer As int32 As int32
minor
Required

Minor version of the application. This field is bumped up for releases that introduce new features, model object and end point enhancements.

integer As int32 As int32
minorMinor
Required

Minor minor version of the application. This field is bumped up for releases that are only bugfixes(no new features)

integer As int32 As int32
buildNumber
Optional

Build number of the application

integer As int64 As int64
releasedDate
Required

The date when was an application server with this version has been released

string
humanlyReadableReleaseDate
Required

The application release date as a humanly readable string

string
description
Optional

Description about the release