Kubernetes Marketplace, REST: HelmRelease.Get
Returns the specified Helm release.
HTTP request
GET https://mks.api.cloud.yandex.net/managed-kubernetes/marketplace/v1/helm-releases/{id}
Path parameters
Field |
Description |
id |
string Required field. The ID of the Helm release to retrieve. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"clusterId": "string",
"appName": "string",
"appNamespace": "string",
"productId": "string",
"productName": "string",
"productVersion": "string",
"status": "string",
"createdAt": "string"
}
A Helm Release.
Field |
Description |
id |
string ID of a helm release. |
clusterId |
string ID of the Kubernetes cluster. |
appName |
string Name of the application. |
appNamespace |
string Namespace of the application. |
productId |
string Kubernetes marketplace product id. |
productName |
string Kubernetes marketplace product name. |
productVersion |
string Kubernetes marketplace product version. |
status |
enum (Status) Status of a helm release.
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |