To let users, know that this is a known issue.
Symptoms:
Image Mangement tab in SDDC Manager UI:
- Import Personality from VCF (SDDC Manager UI -> Lifecycle Management -> Image Management -> Option 2)
- Attach 4 files (Cluster Settings JSON File, Software Spec JSON File, ZIP File, ISO File)
- Enter the Cluster Image Name
- Click on Upload Image Components
- You will see errors:
Failed to upload image components. Http failure response for https://sddc-manager.vrack.vsphere.local/ui/api/v1/personalities/files : 413 Request Entity Too Large
API invocation via Developer Center:
fails with 413 Request Entity Too Large:
Request Payload: Array of files.
Response: FileUploadId
Request Payload:
"uploadSpecRawWithFileUploadIdMode": {
"fileUploadId": "<FileUploadId got in the /v1/personalities/files API"
},
Response: 413 Error