Method: projects.locations.services.migrationExecutions.get

取得單一遷移執行作業的詳細資料。

HTTP 要求

GET https://metastore.googleapis.com/v1beta/{name}

路徑參數

參數
name

string

這是必要旗標,要擷取的遷移執行作業的相對資源名稱,格式如下:

projects/{projectNumber}/locations/{locationId}/services/{serviceId}/migrationExecutions/{migration_execution_id}

授權需要指定資源 name 的下列 IAM 權限:

  • metastore.migrations.get

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會包含 MigrationExecution 的執行個體。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱驗證總覽一文。