version
Represents the Product and API version information of the VMware Cloud Foundation Operations Suite
{
"releaseName": "string",
"major": 0,
"minor": 0,
"minorMinor": 0,
"buildNumber": 0,
"releasedDate": 0,
"humanlyReadableReleaseDate": "string",
"description": "string"
}
Name of the release that published this version
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.
Minor version of the application. This field is bumped up for releases that introduce new features, model object and end point enhancements.
Minor minor version of the application. This field is bumped up for releases that are only bugfixes(no new features)
Build number of the application
The date when was an application server with this version has been released
The application release date as a humanly readable string
Description about the release