Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
© 2022 ООО «Яндекс.Облако»
Yandex Managed Service for Elasticsearch
  • Начало работы
  • Пошаговые инструкции
    • Все инструкции
    • Информация об имеющихся кластерах
    • Создание кластера
    • Подключение к кластеру
    • Остановка и запуск кластера
    • Изменение настроек кластера
    • Изменение версии и редакции Elasticsearch
    • Настройка SAML-аутентификации
    • Настройка доступа к Object Storage
    • Управление хостами Elasticsearch
    • Управление плагинами Elasticsearch
    • Управление расширениями Elasticsearch
    • Управление пользователями Elasticsearch
    • Управление резервными копиями
    • Удаление кластера
    • Мониторинг состояния кластера и хостов
  • Практические руководства
    • Миграция в Managed Service for Elasticsearch с помощью снапшотов
  • Концепции
    • Взаимосвязь ресурсов сервиса
    • Роли хостов
    • Редакции Elasticsearch
    • Индексы
    • Поиск с помощью Elasticsearch
    • Классы хостов
    • Сеть в Managed Service for Elasticsearch
    • Квоты и лимиты
    • Типы хранилища
    • Резервные копии
    • Шардирование и репликация
    • Поддержка словарей
    • Политика управления версиями Elasticsearch
    • Техническое обслуживание
  • Управление доступом
  • Правила тарификации
  • Справочник API
    • Аутентификация в API
    • gRPC (англ.)
      • Overview
      • AuthService
      • BackupService
      • ClusterService
      • ExtensionService
      • ResourcePresetService
      • UserService
      • OperationService
    • REST (англ.)
      • Overview
      • Auth
        • Overview
        • addProviders
        • deleteProvider
        • deleteProviders
        • getProvider
        • listProviders
        • updateProvider
        • updateProviders
      • Backup
        • Overview
        • get
        • list
      • Cluster
        • Overview
        • addHosts
        • backup
        • create
        • delete
        • deleteHosts
        • get
        • list
        • listBackups
        • listHosts
        • listLogs
        • listOperations
        • move
        • rescheduleMaintenance
        • restore
        • start
        • stop
        • streamLogs
        • update
      • Extension
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • ResourcePreset
        • Overview
        • get
        • list
      • User
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • Operation
        • Overview
        • get
  • История изменений
  • Вопросы и ответы
    • Общие вопросы
  1. Справочник API
  2. gRPC (англ.)
  3. BackupService

BackupService

Статья создана
Yandex Cloud
  • Calls BackupService
  • Get
    • GetBackupRequest
    • Backup
  • List
    • ListBackupsRequest
    • ListBackupsResponse
    • Backup
Call Description
Get Returns the specified backup of Elasticsearch cluster.
List Returns the list of available backups for the specified Elasticsearch cluster.

Calls BackupService

Get

Returns the specified backup of Elasticsearch cluster.

rpc Get (GetBackupRequest) returns (Backup)

GetBackupRequest

Field Description
backup_id string
Required. Required. ID of the backup to return.

Backup

Field Description
id string
Required. ID of the backup.
folder_id string
ID of the folder that the backup belongs to.
source_cluster_id string
ID of the associated Elasticsearch cluster.
started_at google.protobuf.Timestamp
The time when the backup operation was started.
created_at google.protobuf.Timestamp
The time when the backup was created (i.e. when the backup operation completed).
indices[] string
Indices names. (max 100) The maximum number of elements is 100.
elasticsearch_version string
Elasticsearch version used to create the snapshot
size_bytes int64
Total size of all indices in backup. in bytes
indices_total int64
Total count of indices in backup

List

Returns the list of available backups for the specified Elasticsearch cluster.

rpc List (ListBackupsRequest) returns (ListBackupsResponse)

ListBackupsRequest

Field Description
folder_id string
Required. Required. ID of the folder to list backups in. The maximum string length in characters is 50.
page_size int64
The maximum number of results per page that should be returned. If the number of available results is larger than page_size, the service returns a next_page_token that can be used to get the next page of results in subsequent ListBackups requests. Acceptable values are 0 to 1000, inclusive. Default value: 100. Acceptable values are 0 to 1000, inclusive.
page_token string
Page token. Set page_token to the next_page_token returned by a previous ListBackups request to get the next page of results. The maximum string length in characters is 100.

ListBackupsResponse

Field Description
backups[] Backup
Requested list of backups.
next_page_token string
This token allows you to get the next page of results for ListBackups requests, if the number of results is larger than page_size specified in the request. To get the next page, specify the value of next_page_token as a value for the page_token parameter in the next ListBackups request. Subsequent ListBackups requests will have their own next_page_token to continue paging through the results.

Backup

Field Description
id string
Required. ID of the backup.
folder_id string
ID of the folder that the backup belongs to.
source_cluster_id string
ID of the associated Elasticsearch cluster.
started_at google.protobuf.Timestamp
The time when the backup operation was started.
created_at google.protobuf.Timestamp
The time when the backup was created (i.e. when the backup operation completed).
indices[] string
Indices names. (max 100) The maximum number of elements is 100.
elasticsearch_version string
Elasticsearch version used to create the snapshot
size_bytes int64
Total size of all indices in backup. in bytes
indices_total int64
Total count of indices in backup

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

Language / Region
© 2022 ООО «Яндекс.Облако»
В этой статье:
  • Calls BackupService
  • Get
  • GetBackupRequest
  • Backup
  • List
  • ListBackupsRequest
  • ListBackupsResponse
  • Backup