latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
WorkloadProfile
Add new Workload Profile Chart Version
Creates a Workload Profile Chart Version from the uploaded Helm chart. The name and version is retrieved from the chart's metadata (Charts.yaml file).
The request has content type multipart/form-data and the request body includes one part:
- file with application/x-gzip content type which is an archive containing a Helm chart.
Request body example:
Content-Type: multipart/form-data; boundary=----boundary ----boundary Content-Disposition: form-data; name="file"; filename="my-workload-1.0.1.tgz" Content-Type: application/x-gzip [TGZ_DATA] ----boundary
post/orgs/{orgId}/workload-profile-chart-versions
Path parameters
orgIdstring required
The Organization ID
Response
The newly created Workload Profile Chart Version metadata.
Example response
{
"created_at": "2020-06-22T09:37:23.523Z"
}