Retrieve a list of clusters with details.
Executed successfully.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
[- {
- "uuid": "A0EEBC99-9C0B-4EF8-BB6D-6BB9BD380A11",
- "name": "example",
- "tenantId": 1001,
- "domain": "my.company.com",
- "status": { },
- "createdAt": "2020-01-01T00:00:00Z",
- "updatedAt": "2020-01-02T00:00:00Z",
- "lastLiveness": "2020-01-02T00:00:00Z",
- "version": "2.15.0"
}
]Use to create a Kubernetes cluster.
Created
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "name": "string",
- "domain": "string",
- "version": "string"
}{- "uuid": "A0EEBC99-9C0B-4EF8-BB6D-6BB9BD380A11",
- "name": "example",
- "tenantId": 1001,
- "domain": "my.company.com",
- "status": { },
- "createdAt": "2020-01-01T00:00:00Z",
- "updatedAt": "2020-01-02T00:00:00Z",
- "lastLiveness": "2020-01-02T00:00:00Z",
- "version": "2.15.0"
}Retrieve cluster details by Universally Unique Identifier (UUID).
Executed successfully.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "uuid": "A0EEBC99-9C0B-4EF8-BB6D-6BB9BD380A11",
- "name": "example",
- "tenantId": 1001,
- "domain": "my.company.com",
- "status": { },
- "createdAt": "2020-01-01T00:00:00Z",
- "updatedAt": "2020-01-02T00:00:00Z",
- "lastLiveness": "2020-01-02T00:00:00Z",
- "version": "2.15.0"
}Use to delete a cluster by Universally Unique Identifier (UUID). Will return 202 for success if this api was called on a cluster that its version is >=2.20, and force query param is false or not provided. Will return 204 for success if force query param is true, or if cluster is in a version < 2.20
Accepted.
No Content.
Unauthorized
Forbidden
unexpected error
unexpected error
{- "code": 202,
- "message": "Request has been accepted."
}Use to update the details of a Kubernetes cluster by Universally Unique Identifier (UUID).
No Content.
Bad request.
Unauthorized
Forbidden
unexpected error
unexpected error
{- "name": "string"
}{- "code": 400,
- "message": "Required parameter is missing"
}Use to retrieve installation instruction for a cluster by Universally Unique Identifier (UUID). Supports clusters version 2.15 or above.
Executed successfully.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "installationStr": "helm update --update repo/runai-cluster -n runai --set cluster.url=test_cluster",
- "repositoryName": "runai",
- "clientSecret": "ABC333DDD"
}