Update Infra Requirement Supported Kernel Versions

Update Infra Requirement Supported Kernel Versions

Update Infrastructure Requirements Supported kernel versions

Request
URI
PUT
https://{api_host}/tca/caas/api/v1/params/supportedKernelVersions
COPY
Request Body
infraRequirementSupportedKernelVersions of type(s) application/json
Optional
{
    "items": [
        {
            "name": "string",
            "version": [
                "string"
            ]
        }
    ]
}
array of object
items
Optional

List of kernel type and supported versions

Authentication
This operation uses the following authentication methods.
Responses
200

Update Infrastructure Requirements Supported kernel versions

Returns infraRequirementSupportedKernelVersions of type(s) application/json
{
    "items": [
        {
            "name": "string",
            "version": [
                "string"
            ]
        }
    ]
}
array of object
items
Optional

List of kernel type and supported versions