Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
    • Cloud Interconnect
    • Cloud Backup
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Router
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Managed Service for YDB
    • SpeechKit
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • Container Registry
    • Managed Service for Prometheus®
    • Message Queue
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Cloud Apps
    • Yandex AI Studio
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Yandex Cloud Video
    • Stackland
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • DataSphere
    • Vision OCR
    • Translate
    • Cloud Registry
    • SmartCaptcha
    • Cloud Desktop
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Managed Service for GitLab
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Serverless Integrations
    • IoT Core
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
  • Статус работы сервисов
  • Marketplace
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»
Yandex Cloud Registry
KZ
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • StartCloud
        • StartFolder
        • GetCloudMigrationStatusDashboard
  • Метрики Monitoring
  • Аудитные логи Audit Trails

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

  • gRPC request
  • GetCloudMigrationStatusDashboardRequest
  • CloudMigrationStatusDashboard
  • CloudMigrationProgressCounters
  • MigrationCounters
  • MigrationStatusDashboard
  • MigrationProgressCounters
  • RepositoryMigrationStatus
  • TagMigrationStatus
  1. Справочник API
  2. gRPC (англ.)
  3. Migration
  4. GetCloudMigrationStatusDashboard

Yandex Cloud Registry API, gRPC: MigrationService.GetCloudMigrationStatusDashboard

Статья создана
Yandex Cloud
Обновлена 2 сентября 2026 г.
Открыть в Markdown
  • gRPC request
  • GetCloudMigrationStatusDashboardRequest
  • CloudMigrationStatusDashboard
  • CloudMigrationProgressCounters
  • MigrationCounters
  • MigrationStatusDashboard
  • MigrationProgressCounters
  • RepositoryMigrationStatus
  • TagMigrationStatus

Returns migration status dashboard for the specified cloud.

gRPC requestgRPC request

rpc GetCloudMigrationStatusDashboard (GetCloudMigrationStatusDashboardRequest) returns (CloudMigrationStatusDashboard)

GetCloudMigrationStatusDashboardRequestGetCloudMigrationStatusDashboardRequest

{
  "cloud_id": "string",
  "failed_registries_limit": "int64",
  "in_progress_registries_limit": "int64",
  "failed_repositories_limit": "int64",
  "failed_tags_limit": "int64",
  "in_progress_repositories_limit": "int64"
}

Request for getting migration status dashboard for the specified cloud.

Field

Description

cloud_id

string

Required field. ID of the cloud.

The maximum string length in characters is 50.

failed_registries_limit

int64

Maximum number of failed registry dashboards to return.

Acceptable values are 0 to 100, inclusive.

in_progress_registries_limit

int64

Maximum number of in-progress registry dashboards to return.

Acceptable values are 0 to 100, inclusive.

failed_repositories_limit

int64

Maximum number of failed repositories to return for each registry dashboard.

Acceptable values are 0 to 100, inclusive.

failed_tags_limit

int64

Maximum number of failed tags to return for each registry dashboard.

Acceptable values are 0 to 100, inclusive.

in_progress_repositories_limit

int64

Maximum number of in-progress repositories to return for each registry dashboard.

Acceptable values are 0 to 100, inclusive.

CloudMigrationStatusDashboardCloudMigrationStatusDashboard

{
  "cloud_id": "string",
  "status": "MigrationStatus",
  "progress": {
    "registries": {
      "total": "int64",
      "completed": "int64",
      "in_progress": "int64",
      "created": "int64",
      "scheduled": "int64",
      "failed": "int64"
    },
    "repositories": {
      "total": "int64",
      "completed": "int64",
      "in_progress": "int64",
      "created": "int64",
      "scheduled": "int64",
      "failed": "int64"
    },
    "tags": {
      "total": "int64",
      "completed": "int64",
      "in_progress": "int64",
      "created": "int64",
      "scheduled": "int64",
      "failed": "int64"
    }
  },
  "top_failed_registries": [
    {
      "registry_id": "string",
      "status": "MigrationStatus",
      "progress": {
        "repositories": {
          "total": "int64",
          "completed": "int64",
          "in_progress": "int64",
          "created": "int64",
          "scheduled": "int64",
          "failed": "int64"
        },
        "tags": {
          "total": "int64",
          "completed": "int64",
          "in_progress": "int64",
          "created": "int64",
          "scheduled": "int64",
          "failed": "int64"
        }
      },
      "top_failed_repositories": [
        {
          "repository_name": "string",
          "status": "MigrationStatus",
          "error_code": "string",
          "error_message": "string"
        }
      ],
      "top_failed_tags": [
        {
          "repository_name": "string",
          "tag": "string",
          "status": "MigrationStatus",
          "error_code": "string",
          "error_message": "string"
        }
      ],
      "top_in_progress_repositories": [
        {
          "repository_name": "string",
          "status": "MigrationStatus",
          "error_code": "string",
          "error_message": "string"
        }
      ]
    }
  ],
  "top_in_progress_registries": [
    {
      "registry_id": "string",
      "status": "MigrationStatus",
      "progress": {
        "repositories": {
          "total": "int64",
          "completed": "int64",
          "in_progress": "int64",
          "created": "int64",
          "scheduled": "int64",
          "failed": "int64"
        },
        "tags": {
          "total": "int64",
          "completed": "int64",
          "in_progress": "int64",
          "created": "int64",
          "scheduled": "int64",
          "failed": "int64"
        }
      },
      "top_failed_repositories": [
        {
          "repository_name": "string",
          "status": "MigrationStatus",
          "error_code": "string",
          "error_message": "string"
        }
      ],
      "top_failed_tags": [
        {
          "repository_name": "string",
          "tag": "string",
          "status": "MigrationStatus",
          "error_code": "string",
          "error_message": "string"
        }
      ],
      "top_in_progress_repositories": [
        {
          "repository_name": "string",
          "status": "MigrationStatus",
          "error_code": "string",
          "error_message": "string"
        }
      ]
    }
  ]
}

Migration status dashboard for the specified cloud.

Field

Description

cloud_id

string

ID of the cloud.

status

enum MigrationStatus

Overall migration status of the cloud.

  • CREATED: Migration record was created.
  • SCHEDULED: Migration was scheduled.
  • IN_PROGRESS: Migration is currently in progress.
  • COMPLETED: Migration completed successfully.
  • FAILED: Migration failed.

progress

CloudMigrationProgressCounters

Migration progress counters grouped by resource type.

top_failed_registries[]

MigrationStatusDashboard

Top registry dashboards that failed during migration.

top_in_progress_registries[]

MigrationStatusDashboard

Top registry dashboards that are currently being migrated.

CloudMigrationProgressCountersCloudMigrationProgressCounters

Cloud migration progress counters.

Field

Description

registries

MigrationCounters

Registry migration counters.

repositories

MigrationCounters

Repository migration counters.

tags

MigrationCounters

Tag migration counters.

MigrationCountersMigrationCounters

Migration counters grouped by status.

Field

Description

total

int64

Total number of migration records.

completed

int64

Number of completed migration records.

in_progress

int64

Number of migration records currently in progress.

created

int64

Number of created migration records.

scheduled

int64

Number of scheduled migration records.

failed

int64

Number of failed migration records.

MigrationStatusDashboardMigrationStatusDashboard

Migration status dashboard for the specified registry.

Field

Description

registry_id

string

ID of the registry.

status

enum MigrationStatus

Overall migration status of the registry.

  • CREATED: Migration record was created.
  • SCHEDULED: Migration was scheduled.
  • IN_PROGRESS: Migration is currently in progress.
  • COMPLETED: Migration completed successfully.
  • FAILED: Migration failed.

progress

MigrationProgressCounters

Migration progress counters grouped by resource type.

top_failed_repositories[]

RepositoryMigrationStatus

Top repositories that failed during migration.

top_failed_tags[]

TagMigrationStatus

Top tags that failed during migration.

top_in_progress_repositories[]

RepositoryMigrationStatus

Top repositories that are currently being migrated.

MigrationProgressCountersMigrationProgressCounters

Migration progress counters for repositories and tags.

Field

Description

repositories

MigrationCounters

Repository migration counters.

tags

MigrationCounters

Tag migration counters.

RepositoryMigrationStatusRepositoryMigrationStatus

Repository migration status.

Field

Description

repository_name

string

Repository name.

status

enum MigrationStatus

Migration status.

  • CREATED: Migration record was created.
  • SCHEDULED: Migration was scheduled.
  • IN_PROGRESS: Migration is currently in progress.
  • COMPLETED: Migration completed successfully.
  • FAILED: Migration failed.

error_code

string

Error code if migration failed.

error_message

string

Error message if migration failed.

TagMigrationStatusTagMigrationStatus

Tag migration status.

Field

Description

repository_name

string

Repository name.

tag

string

Tag name.

status

enum MigrationStatus

Migration status.

  • CREATED: Migration record was created.
  • SCHEDULED: Migration was scheduled.
  • IN_PROGRESS: Migration is currently in progress.
  • COMPLETED: Migration completed successfully.
  • FAILED: Migration failed.

error_code

string

Error code if migration failed.

error_message

string

Error message if migration failed.

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

Предыдущая
StartFolder
Следующая
Overview
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»