Change Cluster Password

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

Authentication
This operation uses the following authentication methods.
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"
        }
    ]
}
array of error
errors
Optional

errors


500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "code",
            "message": "message"
        }
    ]
}
array of error
errors
Optional

errors