Upload Bundle
Uploads an HCX Manager upgrade bundle and validates it:
- Signature
- Checksum
- Version compatibility
Upload and validation run asynchronously. Poll /api/admin/v2/upgrade/bundle/upload/status to track progress.
Show optional properties
{
"file": "string"
}
{
"file": "string",
"checksum": "3b3e5a1f6c9d4b2a8e7f5c1d0a9b8e7f6c5d4b3a2918273645fedcba0987654"
}
Signed upgrade bundle file
Optional SHA-256 checksum of the bundle; used to detect and skip a duplicate upload of an already-uploaded bundle
Upload request accepted; bundle is being uploaded and validated asynchronously
Invalid request, e.g. missing or invalid upgrade bundle file
{
"errorCode": "UPGRADE_IN_PROGRESS",
"message": "Another upgrade process for HCX Manager is already in progress.",
"remediation": "Wait for the current upgrade to complete before retrying."
}
The error code
The localized error message
Remediation for the error
Conflict - an upload or upgrade is already in progress
{
"errorCode": "UPGRADE_IN_PROGRESS",
"message": "Another upgrade process for HCX Manager is already in progress.",
"remediation": "Wait for the current upgrade to complete before retrying."
}
The error code
The localized error message
Remediation for the error
Internal server error
"UpgradeErrorResponse Object"
The error code
The localized error message
Remediation for the error
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '{"file":"string"}' https://{api_host}/api/admin/v2/upgrade/bundle/upload