Kubernetes Marketplace, gRPC: HelmReleaseService.Get
Written by
Updated at December 1, 2025
Returns the specified Helm release.
gRPC request
rpc Get (GetHelmReleaseRequest) returns (HelmRelease)
GetHelmReleaseRequest
{
"id": "string"
}
|
Field |
Description |
|
id |
string Required field. The ID of the Helm release to retrieve. |
HelmRelease
{
"id": "string",
"cluster_id": "string",
"app_name": "string",
"app_namespace": "string",
"product_id": "string",
"product_name": "string",
"product_version": "string",
"status": "Status",
"created_at": "google.protobuf.Timestamp"
}
A Helm Release.
|
Field |
Description |
|
id |
string ID of a helm release. |
|
cluster_id |
string ID of the Kubernetes cluster. |
|
app_name |
string Name of the application. |
|
app_namespace |
string Namespace of the application. |
|
product_id |
string Kubernetes marketplace product id. |
|
product_name |
string Kubernetes marketplace product name. |
|
product_version |
string Kubernetes marketplace product version. |
|
status |
enum Status Status of a helm release.
|
|
created_at |
Creation timestamp. |