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 Elasticsearch
  • Getting started
  • Access management
  • Pricing policy
  • CLI reference
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetBackupRequest
  • Backup
  1. API reference
  2. gRPC
  3. Backup
  4. Get

Managed Service for Elasticsearch API, gRPC: BackupService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetBackupRequest
  • Backup

Returns the specified backup of Elasticsearch cluster.

gRPC requestgRPC request

rpc Get (GetBackupRequest) returns (Backup)

GetBackupRequestGetBackupRequest

{
  "backup_id": "string"
}

Field

Description

backup_id

string

Required field. Required. ID of the backup to return.

BackupBackup

{
  "id": "string",
  "folder_id": "string",
  "source_cluster_id": "string",
  "started_at": "google.protobuf.Timestamp",
  "created_at": "google.protobuf.Timestamp",
  "indices": [
    "string"
  ],
  "elasticsearch_version": "string",
  "size_bytes": "int64",
  "indices_total": "int64"
}

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)

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

Was the article helpful?

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