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
{
    "id": "string",
    "operationId": "string"
}
string
id
Optional

id

string
operationId
Optional

operationId


400

Bad Request

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

errors