Retry Cluster Operation

Retry Cluster Operation

Retry K8s Cluster Operation

Request
URI
POST
https://{api_host}/hybridity/api//infra/k8s/operations/{operationId}/retry
COPY
Path Parameters
string
operationId
Required

operationId


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully restarted cluster operation

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