Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for PostgreSQL
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Start
        • Stop
        • Move
        • Backup
        • Restore
        • RescheduleMaintenance
        • StartFailover
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListBackups
        • ListHosts
        • AddHosts
        • DeleteHosts
        • UpdateHosts
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetClusterRequest
  • Cluster
  • Monitoring
  • ClusterConfig
  • ConnectionPoolerConfig
  • Resources
  • Access
  • PerformanceDiagnostics
  • DiskSizeAutoscaling
  • MaintenanceWindow
  • AnytimeMaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation
  1. API reference
  2. gRPC
  3. Cluster
  4. Get

Managed Service for PostgreSQL API, gRPC: ClusterService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetClusterRequest
  • Cluster
  • Monitoring
  • ClusterConfig
  • ConnectionPoolerConfig
  • Resources
  • Access
  • PerformanceDiagnostics
  • DiskSizeAutoscaling
  • MaintenanceWindow
  • AnytimeMaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation

Returns the specified PostgreSQL Cluster resource.

To get the list of available PostgreSQL Cluster resources, make a List request.

gRPC requestgRPC request

rpc Get (GetClusterRequest) returns (Cluster)

GetClusterRequestGetClusterRequest

{
  "cluster_id": "string"
}

Field

Description

cluster_id

string

Required field. ID of the PostgreSQL Cluster resource to return.
To get the cluster ID use a ClusterService.List request.

ClusterCluster

{
  "id": "string",
  "folder_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "environment": "Environment",
  "monitoring": [
    {
      "name": "string",
      "description": "string",
      "link": "string"
    }
  ],
  "config": {
    "version": "string",
    // Includes only one of the fields `postgresql_config_9_6`, `postgresql_config_10_1c`, `postgresql_config_10`, `postgresql_config_11`, `postgresql_config_11_1c`, `postgresql_config_12`, `postgresql_config_12_1c`, `postgresql_config_13`, `postgresql_config_13_1c`, `postgresql_config_14`, `postgresql_config_14_1c`, `postgresql_config_15`, `postgresql_config_15_1c`, `postgresql_config_16`, `postgresql_config_16_1c`, `postgresql_config_17`, `postgresql_config_17_1c`
    "postgresql_config_9_6": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6",
    "postgresql_config_10_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet10_1C",
    "postgresql_config_10": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet10",
    "postgresql_config_11": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet11",
    "postgresql_config_11_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet11_1C",
    "postgresql_config_12": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet12",
    "postgresql_config_12_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet12_1C",
    "postgresql_config_13": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet13",
    "postgresql_config_13_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet13_1C",
    "postgresql_config_14": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet14",
    "postgresql_config_14_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet14_1C",
    "postgresql_config_15": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet15",
    "postgresql_config_15_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet15_1C",
    "postgresql_config_16": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet16",
    "postgresql_config_16_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet16_1C",
    "postgresql_config_17": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet17",
    "postgresql_config_17_1c": "yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet17_1C",
    // end of the list of possible fields
    "pooler_config": {
      "pooling_mode": "PoolingMode",
      "pool_discard": "google.protobuf.BoolValue"
    },
    "resources": {
      "resource_preset_id": "string",
      "disk_size": "int64",
      "disk_type_id": "string"
    },
    "autofailover": "google.protobuf.BoolValue",
    "backup_window_start": "google.type.TimeOfDay",
    "backup_retain_period_days": "google.protobuf.Int64Value",
    "access": {
      "data_lens": "bool",
      "web_sql": "bool",
      "serverless": "bool",
      "data_transfer": "bool",
      "yandex_query": "bool"
    },
    "performance_diagnostics": {
      "enabled": "bool",
      "sessions_sampling_interval": "int64",
      "statements_sampling_interval": "int64"
    },
    "disk_size_autoscaling": {
      "planned_usage_threshold": "int64",
      "emergency_usage_threshold": "int64",
      "disk_size_limit": "int64"
    }
  },
  "network_id": "string",
  "health": "Health",
  "status": "Status",
  "maintenance_window": {
    // Includes only one of the fields `anytime`, `weekly_maintenance_window`
    "anytime": "AnytimeMaintenanceWindow",
    "weekly_maintenance_window": {
      "day": "WeekDay",
      "hour": "int64"
    }
    // end of the list of possible fields
  },
  "planned_operation": {
    "info": "string",
    "delayed_until": "google.protobuf.Timestamp"
  },
  "security_group_ids": [
    "string"
  ],
  "deletion_protection": "bool",
  "host_group_ids": [
    "string"
  ]
}

A PostgreSQL Cluster resource. For more information, see
the Concepts section of the documentation.

Field

Description

id

string

ID of the PostgreSQL cluster.
This ID is assigned by MDB at creation time.

folder_id

string

ID of the folder that the PostgreSQL cluster belongs to.

created_at

google.protobuf.Timestamp

Creation timestamp in RFC3339 text format.

name

string

Name of the PostgreSQL cluster.
The name is unique within the folder. 1-63 characters long.

description

string

Description of the PostgreSQL cluster. 0-256 characters long.

labels

object (map<string, string>)

Custom labels for the PostgreSQL cluster as key:value pairs.
Maximum 64 per resource.

environment

enum Environment

Deployment environment of the PostgreSQL cluster.

  • ENVIRONMENT_UNSPECIFIED
  • PRODUCTION: Stable environment with a conservative update policy:
    only hotfixes are applied during regular maintenance.
  • PRESTABLE: Environment with more aggressive update policy: new versions
    are rolled out irrespective of backward compatibility.

monitoring[]

Monitoring

Description of monitoring systems relevant to the PostgreSQL cluster.

config

ClusterConfig

Configuration of the PostgreSQL cluster.

network_id

string

ID of the network that the cluster belongs to.

health

enum Health

Aggregated cluster health.

  • HEALTH_UNKNOWN: State of the cluster is unknown (Host.health for every host in the cluster is UNKNOWN).
  • ALIVE: Cluster is alive and well (Host.health for every host in the cluster is ALIVE).
  • DEAD: Cluster is inoperable (Host.health for every host in the cluster is DEAD).
  • DEGRADED: Cluster is working below capacity (Host.health for at least one host in the cluster is not ALIVE).

status

enum Status

Current state of the cluster.

  • STATUS_UNKNOWN: Cluster state is unknown.
  • CREATING: Cluster is being created.
  • RUNNING: Cluster is running normally.
  • ERROR: Cluster encountered a problem and cannot operate.
  • UPDATING: Cluster is being updated.
  • STOPPING: Cluster is stopping.
  • STOPPED: Cluster stopped.
  • STARTING: Cluster is starting.

maintenance_window

MaintenanceWindow

Maintenance window for the cluster.

planned_operation

MaintenanceOperation

Planned maintenance operation to be started for the cluster within the nearest maintenance_window.

security_group_ids[]

string

User security groups

deletion_protection

bool

Deletion Protection inhibits deletion of the cluster

host_group_ids[]

string

Host groups hosting VMs of the cluster.

MonitoringMonitoring

Monitoring system.

Field

Description

name

string

Name of the monitoring system.

description

string

Description of the monitoring system.

link

string

Link to the monitoring system charts for the PostgreSQL cluster.

ClusterConfigClusterConfig

Field

Description

version

string

Version of PostgreSQL server software.

postgresql_config_9_6

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6

Configuration of a PostgreSQL 9.6 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_10_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet10_1C

Configuration of a PostgreSQL 10 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_10

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet10

Configuration of a PostgreSQL 10 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_11

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet11

Configuration of a PostgreSQL 11 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_11_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet11_1C

Configuration of a PostgreSQL 11 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_12

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet12

Configuration of a PostgreSQL 12 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_12_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet12_1C

Configuration of a PostgreSQL 12 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_13

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet13

Configuration of a PostgreSQL 13 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_13_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet13_1C

Configuration of a PostgreSQL 13 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_14

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet14

Configuration of a PostgreSQL 14 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_14_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet14_1C

Configuration of a PostgreSQL 14 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_15

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet15

Configuration of a PostgreSQL 15 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_15_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet15_1C

Configuration of a PostgreSQL 15 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_16

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet16

Configuration of a PostgreSQL 16 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_16_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet16_1C

Configuration of a PostgreSQL 16 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_17

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet17

Configuration of a PostgreSQL 17 server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

postgresql_config_17_1c

yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet17_1C

Configuration of a PostgreSQL 17 1C server.

Includes only one of the fields postgresql_config_9_6, postgresql_config_10_1c, postgresql_config_10, postgresql_config_11, postgresql_config_11_1c, postgresql_config_12, postgresql_config_12_1c, postgresql_config_13, postgresql_config_13_1c, postgresql_config_14, postgresql_config_14_1c, postgresql_config_15, postgresql_config_15_1c, postgresql_config_16, postgresql_config_16_1c, postgresql_config_17, postgresql_config_17_1c.

Configuration for PostgreSQL servers in the cluster.

pooler_config

ConnectionPoolerConfig

Configuration of the connection pooler.

resources

Resources

Resources allocated to PostgreSQL hosts.

autofailover

google.protobuf.BoolValue

Configuration setting which enables/disables autofailover in cluster.

backup_window_start

google.type.TimeOfDay

Time to start the daily backup, in the UTC timezone.

backup_retain_period_days

google.protobuf.Int64Value

Retention policy of automated backups.

access

Access

Access policy to DB

performance_diagnostics

PerformanceDiagnostics

Configuration of the performance diagnostics service.

disk_size_autoscaling

DiskSizeAutoscaling

Disk size autoscaling

ConnectionPoolerConfigConnectionPoolerConfig

Field

Description

pooling_mode

enum PoolingMode

Mode that the connection pooler is working in.
See descriptions of all modes in the documentation for PgBouncer.

  • POOLING_MODE_UNSPECIFIED
  • SESSION: Session pooling mode.
  • TRANSACTION: Transaction pooling mode.
  • STATEMENT: Statement pooling mode.

pool_discard

google.protobuf.BoolValue

Setting server_reset_query_always parameter in PgBouncer.

ResourcesResources

Field

Description

resource_preset_id

string

ID of the preset for computational resources available to a host (CPU, memory etc.).
All available presets are listed in the documentation.

disk_size

int64

Volume of the storage available to a host, in bytes.

disk_type_id

string

Type of the storage environment for the host.
Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.

AccessAccess

Field

Description

data_lens

bool

Allow access for DataLens

web_sql

bool

Allow SQL queries to the cluster databases from the management console.

See SQL queries in the management console for more details.

serverless

bool

Allow access for Serverless

data_transfer

bool

Allow access for DataTransfer.

yandex_query

bool

Allow access for YandexQuery.

PerformanceDiagnosticsPerformanceDiagnostics

Field

Description

enabled

bool

Configuration setting which enables/disables performance diagnostics service in cluster.

sessions_sampling_interval

int64

Interval (in seconds) for pg_stat_activity sampling

statements_sampling_interval

int64

Interval (in seconds) for pg_stat_statements sampling

DiskSizeAutoscalingDiskSizeAutoscaling

Field

Description

planned_usage_threshold

int64

Threshold of storage usage (in percent) that triggers automatic scaling of the storage during the maintenance window. Zero value means disabled threshold.

emergency_usage_threshold

int64

Threshold of storage usage (in percent) that triggers immediate automatic scaling of the storage. Zero value means disabled threshold.

disk_size_limit

int64

New storage size (in bytes) that is set when one of the thresholds is achieved.

MaintenanceWindowMaintenanceWindow

A maintenance window settings.

Field

Description

anytime

AnytimeMaintenanceWindow

Maintenance operation can be scheduled anytime.

Includes only one of the fields anytime, weekly_maintenance_window.

The maintenance policy in effect.

weekly_maintenance_window

WeeklyMaintenanceWindow

Maintenance operation can be scheduled on a weekly basis.

Includes only one of the fields anytime, weekly_maintenance_window.

The maintenance policy in effect.

AnytimeMaintenanceWindowAnytimeMaintenanceWindow

Field

Description

Empty

WeeklyMaintenanceWindowWeeklyMaintenanceWindow

Weelky maintenance window settings.

Field

Description

day

enum WeekDay

Day of the week (in DDD format).

  • WEEK_DAY_UNSPECIFIED
  • MON
  • TUE
  • WED
  • THU
  • FRI
  • SAT
  • SUN

hour

int64

Hour of the day in UTC (in HH format).

MaintenanceOperationMaintenanceOperation

A planned maintenance operation.

Field

Description

info

string

Information about this maintenance operation.

delayed_until

google.protobuf.Timestamp

Time until which this maintenance operation is delayed.

Was the article helpful?

Previous
Overview
Next
List
Yandex project
© 2025 Yandex.Cloud LLC