Extend API, gRPC: StacklandClusterService.GetStacklandClusterConfigs
Written by
Updated at September 1, 2026
Returns a zip archive with the cluster config.yaml and secrets.yaml.
gRPC request
rpc GetStacklandClusterConfigs (GetStacklandClusterConfigsRequest) returns (GetStacklandClusterConfigsResponse)
GetStacklandClusterConfigsRequest
{
"cloud_id": "string",
"folder_id": "string",
"stackland_cluster_id": "string"
}
|
Field |
Description |
|
cloud_id |
string ID of the parent cloud. |
|
folder_id |
string ID of the parent folder. |
|
stackland_cluster_id |
string ID of the cluster to retrieve configs. |
GetStacklandClusterConfigsResponse
{
"filename": "string",
"content": "bytes"
}
|
Field |
Description |
|
filename |
string Name of the returned archive. |
|
content |
bytes Zip archive with config.yaml and secrets.yaml. |