Apache CloudStack 4.22.0.0 Root Admin API Reference
getUploadParamsForKubernetesSupportedVersion
Upload a supported Kubernetes version
Request parameters
| Parameter Name | Description | Required |
| format | the format for the volume/template/iso. Possible values include QCOW2, OVA, and VHD. | true |
| mincpunumber | the minimum number of CPUs to be set with the Kubernetes version | true |
| minmemory | the minimum RAM size in MB to be set with the Kubernetes version | true |
| name | the name of the volume/template/iso | true |
| semanticversion | the semantic version of the Kubernetes version. It needs to be specified in MAJOR.MINOR.PATCH format | true |
| zoneid | the ID of the zone the volume/template/iso is to be hosted on | true |
| account | an optional accountName. Must be used with domainId. | false |
| checksum | the checksum value of this volume/template/iso The parameter containing the checksum will be considered a MD5sum if it is not prefixed and just a plain ascii/utf8 representation of a hexadecimal string. If it is required to use another algorithm the hexadecimal string is to be prefixed with a string of the form, "{<algorithm>}", not including the double quotes. In this <algorithm> is the exact string representing the java supported algorithm, i.e. MD5 or SHA-256. Note that java does not contain an algorithm called SHA256 or one called sha-256, only SHA-256. | false |
| checksum | the checksum value of the binaries ISO. The parameter containing the checksum will be considered a MD5sum if it is not prefixed and just a plain ascii/utf8 representation of a hexadecimal string. If it is required to use another algorithm the hexadecimal string is to be prefixed with a string of the form, "{<algorithm>}", not including the double quotes. In this <algorithm> is the exact string representing the java supported algorithm, i.e. MD5 or SHA-256. Note that java does not contain an algorithm called SHA256 or one called sha-256, only SHA-256. | false |
| domainid | an optional domainId. If the account parameter is used, domainId must also be used. | false |
| projectid | Upload volume/template/iso for the project | false |
Response Tags
| Response Name | Description |
| id | the id of the Kubernetes supported version |
| arch | the arch of the binaries ISO for Kubernetes supported version |
| created | the date when this Kubernetes supported version was created |
| directdownload | KVM Only: true if the ISO for the Kubernetes supported version is directly downloaded to Primary Storage bypassing Secondary Storage |
| isoid | the id of the binaries ISO for Kubernetes supported version |
| isoname | the name of the binaries ISO for Kubernetes supported version |
| isostate | the state of the binaries ISO for Kubernetes supported version |
| mincpunumber | the minimum number of CPUs needed for the Kubernetes supported version |
| minmemory | the minimum RAM size in MB needed for the Kubernetes supported version |
| name | Name of the Kubernetes supported version |
| semanticversion | Kubernetes semantic version |
| state | the enabled or disabled state of the Kubernetes supported version |
| supportsautoscaling | whether Kubernetes supported version supports Autoscaling |
| supportsha | whether Kubernetes supported version supports HA, multi-control nodes |
| zoneid | the id of the zone in which Kubernetes supported version is available |
| zonename | the name of the zone in which Kubernetes supported version is available |