Get System Release
Returns release for the lowest deployed VCF version for a domain on the environment.If Management domain is ahead of WLD domain, VCF BOM version for the WLDdomain will be returned.
Ok
{
"product": "string",
"version": "string",
"minCompatibleVcfVersion": "string",
"description": "string",
"releaseDate": "string",
"bom": [
{
"name": "string",
"version": "string",
"publicName": "string",
"releaseURL": "string",
"additionalMetadata": "string"
}
],
"isApplicable": false,
"notApplicableReason": "string",
"sku": [
{
"name": "string",
"description": "string",
"skuSpecificPatchBundles": [
{
"bundleType": "string",
"bundleVersion": "string",
"version": "string"
}
],
"bom": [
{
"name": "string",
"version": "string",
"publicName": "string",
"releaseURL": "string",
"additionalMetadata": "string"
}
]
}
],
"updates": [
{
"id": "string",
"productName": "string",
"baseProductVersion": "string",
"description": "string",
"releaseUpdateURL": "string",
"releaseDate": "string"
}
],
"patchBundles": [
{
"bundleId": "string",
"bundleType": "string",
"bundleElements": [
"string"
],
"cumulativeFromVcfVersion": "string"
}
],
"eol": "string",
"upgradeOrder": "string"
}
Name of the product e.g. "VCF"
Version of the release
Minimum compatible VCF version, used to represent compatibility of SDDC Manager and VMware BOM components
Release description with all major features.
Release date e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Release bill of materials
[Deprecated] Whether bundle is applicable or not.
[Deprecated] Incompatibility reason for not applicable.
Release sku specific patch and bill of materials
Collection of release updates
List of patch bundles in this release
Release eol information e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Custom upgrade order. Comma separated list of components in upgrade order. Supported components types: NSX_T_MANAGER, VCENTER, ESX_HOST.
Release not found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -H 'Authorization: <value>' https://{api_host}/v1/releases/system