Upload Bundle
Upload Bundle to SDDC Manager. Used when you do not have internet connectivity for downloading bundles from VMWare/VxRail to SDDC Manager. The Bundles are manually downloaded from Depot using Bundle Transfer utility
Bundle Upload Specification
Show optional properties
{
"bundleFilePath": "string",
"manifestFilePath": "string"
}
{
"bundleFilePath": "string",
"compatibilitySetsFilePath": "string",
"manifestFilePath": "string",
"partnerExtensionSpec": {
"partnerBundleMetadataFilePath": "string",
"partnerBundleVersion": "string"
},
"signatureFilePath": "string"
}
Bundle Upload File Path
Path to the software compatibility sets file
Bundle Upload Manifest File Path
Specification for partner extensions. This specification is used in the Bundle Upload API
Bundle Upload Signature File Path
OK
"Task Object"
Task completion timestamp
Task creation timestamp
List of errors in case of a failure
Task ID
Represents task can be cancellable or not.
Task name
Resolution state
List of resources associated with task
Task status
List of sub-tasks of the task
Operation that is represented by the Task in machine readable format. The value is controlled by the owners/producers of the Task. The convention is
Accepted
"Task Object"
Task completion timestamp
Task creation timestamp
List of errors in case of a failure
Task ID
Represents task can be cancellable or not.
Task name
Resolution state
List of resources associated with task
Task status
List of sub-tasks of the task
Operation that is represented by the Task in machine readable format. The value is controlled by the owners/producers of the Task. The convention is
Bad Request
"Error Object"
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The underlying cause exceptions.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message
Internal Server Error
"Error Object"
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The underlying cause exceptions.
The error context (e.g. the component where it occurred).
The minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"bundleFilePath:"string","manifestFilePath:"string"}' https://{api_host}/v1/bundles