Change Cluster Password
Api to edit Cluster password
Request
URI
PUT
https://{api_host}/hybridity/api//infra/k8s/clusters/{id}/changePassword
COPY
Path Parameters
string
id
Required
id
Request Body
Edit Cluster Password
inline_object_1
of type(s)
application/json
Optional
{
"existingClusterPassword": "string",
"clusterPassword": "string"
}
string
existingClusterPassword
Required
existingClusterPassword
string
clusterPassword
Required
clusterPassword
Responses
200
Successfully triggered update of cluster password
Returns
clusterAPIResponse
of type(s)
application/json
{
"operationId": "operationId",
"id": "id"
}
string
id
Optional
The id of the cluster.
string
operationId
Optional
The operation id for tracking the progress of the operation being performed on the cluster.
400
Bad Request
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "code",
"message": "message"
}
]
}
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "code",
"message": "message"
}
]
}
On This Page
Infra Operations
POST
Abort Cluster Operation
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
POST
Genereate Spec
GET
Get Cluster Config
GET
Get Clusters
GET
Get Clusters Node Pools
GET
Get K8 Cluster Node Pool
GET
Get Node Pool Customization
POST
Kuberenetes Version Upgrade Matrix
PUT
Pause Node Pool
POST
Retry Cluster Operation
GET
Supported Kubernetes Versions
PUT
Sync Esx Info
PUT
Unpause Node Pool
PUT
Upgrade Cluster
PUT
Upgrade Cluster Addon
GET
Upgrade History
POST
Upgrade Node Pool
GET
Validate Upgrade Cluster
GET
Vsphere Csi Zone Support