Manifest
LCM 2.0 Manifest model that represents the metadata of the VMware Cloud foundation components and releases that Lyfe cycle manager utilises.
{
"version": 0,
"sequenceNumber": 0,
"creationTime": "string",
"publishedDate": "string",
"releases": [
{
"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"
}
],
"recalledBundles": [
{
"recalledBundleIds": [
"string"
],
"replacementBundleStatus": "One among: NONE, PENDING, READY",
"replacementBundleIds": [
"string"
]
}
],
"sddcManagerReleases": [
{
"version": "string",
"description": "string",
"additionalMetadata": "string",
"bundleId": "string",
"releaseDate": 0,
"cumulativeFromVcfVersion": "string"
}
],
"asyncPatches": {
"asyncPatches": [
{
"productVersion": "string",
"supportedSkuTypes": [
"One among: VXRAIL, VSAN"
],
"inputSpecUrl": "string",
"sddcHotPatchInfo": {
"sddcHotPatchInfo": [
{
"version": "string",
"sddcHotPatchMinTargetVcfVersion": "string"
}
]
}
}
]
},
"vvsMappings": {
"vvsMappings": {
"vvsMappings": {
"version": "string",
"aliases": [
"string"
]
}
}
}
}
Manifest version supported by VCF
Manifest sequence number which signifies an update in manifest
Creation time for the manifest e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Date of publish of the manifest e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Collection of bundles that are recalled and their replacements, if applicable
Product releases in the ascending order of product version
Async patches used by Async Patch Tool
VVS product release Id to VCF version mapping