Save Manifest
Save/Load manifest. Make sure manifest is a valid one. If manifest already exists, it gets overridden.
Show optional properties
{
"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"
}
]
}
]
}
{
"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
Releases of VCF in the ascending order of product version
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
Accepted
Bad Request
"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 -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"creationTime:"string","publishedDate:"string","releases":["object"],"sequenceNumber:"integer","version:"integer"}' https://{api_host}/v1/manifests