Get status Of Addon request for A cluster

Get status Of Addon request for A cluster

Get status of Addon request for a cluster by clusterId and clusterType

Request
URI
GET
https://{api_host}/:9443/api/admin/clusters/{clusterId}/addon/status
COPY
Path Parameters
clusterId
Required

clusterId

Query Parameters
clusterType
Required

clusterType


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns inline_response_200_3 of type(s) application/json
{
    "status": "Running",
    "reason": "string",
    "addons": {
        "type": "string",
        "status": "Running",
        "reason": "string"
    }
}
status
Required

status

string
reason
Required

Reason for the addon status

addons
Required

addons