Managed Service for Hive Metastore™ API, REST: Cluster.List
Retrieves a list of Metastore Clusters.
HTTP request
GET https://metastore.api.yandexcloud.kz/managed-metastore/v1/clusters
Query parameters
|
Field |
Description |
|
folderId |
string Required field. ID of the folder to list Metastore Clusters in. |
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
|
pageToken |
string Page token. To get the next page of results, set |
|
filter |
string A filter expression that filters resources listed in the response.
|
Response
HTTP Code: 200 - OK
{
"clusters": [
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"monitoring": [
{
"name": "string",
"description": "string",
"link": "string"
}
],
"health": "string",
"status": "string",
"deletionProtection": "boolean",
"version": "string",
"networkId": "string",
"endpointIp": "string",
"clusterConfig": {
"resources": {
"resourcePresetId": "string"
}
},
"serviceAccountId": "string",
"logging": {
"enabled": "boolean",
// Includes only one of the fields `folderId`, `logGroupId`
"folderId": "string",
"logGroupId": "string",
// end of the list of possible fields
"minLevel": "string"
},
"network": {
"subnetIds": [
"string"
],
"securityGroupIds": [
"string"
]
},
"maintenanceWindow": {
// Includes only one of the fields `anytime`, `weeklyMaintenanceWindow`
"anytime": "object",
"weeklyMaintenanceWindow": {
"day": "string",
"hour": "string"
}
// end of the list of possible fields
},
"plannedOperation": {
"info": "string",
"delayedUntil": "string",
"latestMaintenanceTime": "string",
"nextMaintenanceWindowTime": "string"
}
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
clusters[] |
List of Metastore Clusters. |
|
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Cluster
Metastore Cluster.
|
Field |
Description |
|
id |
string Unique ID of the Metastore Cluster. |
|
folderId |
string ID of the folder that the Metastore Cluster belongs to. |
|
createdAt |
string (date-time) The time the Metastore Cluster was created at. String in RFC3339 To work with values in this field, use the APIs described in the |
|
name |
string Name of the Metastore Cluster. |
|
description |
string Description of the Metastore Cluster. |
|
labels |
object (map<string, string>) Custom labels for the Metastore Cluster as |
|
monitoring[] |
Monitoring systems relevant to the Metastore Cluster. |
|
health |
enum (Health) Aggregated cluster health.
|
|
status |
enum (Status) Cluster status.
|
|
deletionProtection |
boolean Deletion Protection prevents deletion of the cluster. |
|
version |
string Metastore server version. |
|
networkId |
string Metastore network ID. |
|
endpointIp |
string IP address of the Metastore server load balancer. |
|
clusterConfig |
Configuration of the Metastore Cluster. |
|
serviceAccountId |
string Service account used to access Cloud resources. |
|
logging |
Cloud logging configuration. |
|
network |
Network-related configuration options. |
|
maintenanceWindow |
Maintenance window. |
|
plannedOperation |
Maintenance operation scheduled for the nearest maintenance window. |
Monitoring
|
Field |
Description |
|
name |
string Name of the monitoring system. |
|
description |
string Description of the monitoring system. |
|
link |
string Link to the monitoring system. |
ClusterConfig
|
Field |
Description |
|
resources |
Configuration for computational resources for Metastore server instances. |
Resources
|
Field |
Description |
|
resourcePresetId |
string Required field. ID of the preset for computational resources allocated to an instance (e.g., CPU, memory, etc.). |
LoggingConfig
|
Field |
Description |
|
enabled |
boolean Logs generated by the Metastore server are delivered to Cloud Logging. |
|
folderId |
string Logs will be written to the default log group of the specified folder. Includes only one of the fields Destination of log records. |
|
logGroupId |
string Logs will be written to the log group specified by its ID. Includes only one of the fields Destination of log records. |
|
minLevel |
enum (Level) Minimum severity level for log entries. See LogLevel.Level for details.
|
NetworkConfig
|
Field |
Description |
|
subnetIds[] |
string IDs of VPC network subnets where instances of the cluster are attached. |
|
securityGroupIds[] |
string User security groups. |
MaintenanceWindow
|
Field |
Description |
|
anytime |
object The cluster may be restarted for maintenance at any time. Includes only one of the fields |
|
weeklyMaintenanceWindow |
Maintenance is allowed only within the specified weekly window. Includes only one of the fields |
WeeklyMaintenanceWindow
|
Field |
Description |
|
day |
enum (WeekDay) Day of the week when maintenance can occur.
|
|
hour |
string (int64) Hour of the day in UTC when the maintenance window starts. |
MaintenanceOperation
|
Field |
Description |
|
info |
string Information about the maintenance operation. |
|
delayedUntil |
string (date-time) Maintenance is postponed until the specified timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
|
latestMaintenanceTime |
string (date-time) Timestamp of the latest successfully completed maintenance. String in RFC3339 To work with values in this field, use the APIs described in the |
|
nextMaintenanceWindowTime |
string (date-time) Timestamp of the next scheduled maintenance window. String in RFC3339 To work with values in this field, use the APIs described in the |