Edit Cluster Config
Api to edit cluster config
Request
URI
PUT
https://{api_host}/hybridity/api//infra/k8s/cluster/{clusterId}/configurations
COPY
Path Parameters
string
clusterId
Required
clusterId
Request Body
Edit Cluster Config
clusterConfigurations
of type(s)
application/json
Required
{
"cni": [
{
"name": "string"
}
],
"csi": [
{
"name": "string",
"properties": {
"name": "string",
"isDefault": false,
"serverIP": "string",
"mountPath": "string",
"datastoreUrl": "string",
"timeout": "string"
}
}
],
"kubernetesVersion": "string",
"tools": [
{
"name": "string",
"version": "string"
}
],
"systemSettings": [
{
"name": "string",
"properties": {
"host": "string",
"port": 0,
"protocol": "string"
}
}
]
}
string
kubernetesVersion
Optional
kubernetesVersion
Responses
200
Successfully edited cluster config.
Returns
clusterAPIResponse
of type(s)
application/json
{
"id": "string",
"operationId": "string"
}
string
id
Optional
id
string
operationId
Optional
operationId
On This Page
Infra Operations
PUT
Change Cluster Password
POST
Create Cluster Node Pool
DELETE
Delete Node Pool
POST
Deploy Cluster
PUT
Edit Cluster
PUT
Edit Cluster Config
PUT
Edit Node Pool
GET
Get Cluster Config
GET
Get Clusters Node Pools
GET
Get K8 Cluster Node Pool
POST
Kuberenetes Version Upgrade Matrix
POST
Retry Cluster Operation
GET
Supported Kubernetes Versions
PUT
Upgrade Cluster
GET
Upgrade History
POST
Upgrade Node Pool
GET
Validate Upgrade Cluster