Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Yandex Managed Service for PostgreSQL
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Start
        • Stop
        • Move
        • Backup
        • Restore
        • RescheduleMaintenance
        • StartFailover
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListBackups
        • ListHosts
        • AddHosts
        • DeleteHosts
        • UpdateHosts
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • Публичные материалы
  • История изменений
  • Обучающие курсы

В этой статье:

  • gRPC request
  • ListClustersRequest
  • ListClustersResponse
  • Cluster
  • Monitoring
  • ClusterConfig
  • ConnectionPoolerConfig
  • Resources
  • Access
  • PerformanceDiagnostics
  • DiskSizeAutoscaling
  • MaintenanceWindow
  • AnytimeMaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation
  1. Справочник API
  2. gRPC (англ.)
  3. Cluster
  4. List

Managed Service for PostgreSQL API, gRPC: ClusterService.List

Статья создана
Yandex Cloud
Обновлена 17 декабря 2024 г.
  • gRPC request
  • ListClustersRequest
  • ListClustersResponse
  • Cluster
  • Monitoring
  • ClusterConfig
  • ConnectionPoolerConfig
  • Resources
  • Access
  • PerformanceDiagnostics
  • DiskSizeAutoscaling
  • MaintenanceWindow
  • AnytimeMaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation

Retrieves the list of PostgreSQL Cluster resources that belong
to the specified folder.

gRPC requestgRPC request

rpc List (ListClustersRequest) returns (ListClustersResponse)

ListClustersRequestListClustersRequest

{
  "folder_id": "string",
  "page_size": "int64",
  "page_token": "string",
  "filter": "string"
}

Field

Description

folder_id

string

Required field. ID of the folder to list PostgreSQL clusters in.
To get the folder ID, use a yandex.cloud.resourcemanager.v1.FolderService.List request.

page_size

int64

The maximum number of results per page to return. If the number of available
results is larger than page_size, the service returns a ListClustersResponse.next_page_token
that can be used to get the next page of results in subsequent list requests.

page_token

string

Page token. To get the next page of results, set page_token to the ListClustersResponse.next_page_token
returned by the previous list request.

filter

string

A filter expression that filters resources listed in the response.
The expression must specify:

  1. The field name. Currently you can only use filtering with the Cluster.name field.
  2. An = operator.
  3. The value in double quotes ("). Must be 1-63 characters long and match the regular expression [a-zA-Z0-9_-]+.

ListClustersResponseListClustersResponse

{
  "clusters": [
    {
      "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"
      ]
    }
  ],
  "next_page_token": "string"
}

Field

Description

clusters[]

Cluster

List of PostgreSQL Cluster resources.

next_page_token

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListClustersRequest.page_size, use the next_page_token as the value
for the ListClustersRequest.page_token parameter in the next list request. Each subsequent
list request will have its own next_page_token to continue paging through the results.

ClusterCluster

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.

Была ли статья полезна?

Предыдущая
Get
Следующая
Create
Проект Яндекса
© 2025 ООО «Яндекс.Облако»