[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Manifest

LCM 2.0 Manifest model that represents the metadata of the VMware Cloud foundation components and releases that Lyfe cycle manager utilises.


Properties

string
creationTime Required

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


string
publishedDate Required

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


array of Release
releases Required

Releases of VCF in the ascending order of product version


integer as int32
sequenceNumber Required

Manifest sequence number which signifies an update in manifest


integer as int32
version Required

Manifest version supported by VCF


array of BundleRecall
recalledBundles Optional

Collection of bundles that are recalled and thier replacements, if applicable

JSON Example

{
	"creationTime": "string",
	"publishedDate": "string",
	"releases": [
		{
			"bom": [
				{
					"name": "string",
					"publicName": "string",
					"version": "string"
				}
			],
			"description": "string",
			"minCompatibleVcfVersion": "string",
			"product": "string",
			"releaseDate": "string",
			"version": "string"
		}
	],
	"sequenceNumber": 0,
	"version": 0
}
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Parameter To

Save Manifest
Returned By

Get Manifest

Feedback

Was this page helpful?