Method: organizations.locations.retrieveConfig

Retrieves the configuration related to the migration from Data Catalog to Dataplex for a specific organization, including all the projects under it which have a separate configuration set.

HTTP request

GET https://datacatalog.googleapis.com/v1/{name}:retrieveConfig

Path parameters

Parameters
name

string

Required. The organization whose config is being retrieved. It takes the form organizations/{organization}/locations/{location}.

Request body

The request body must be empty.

Response body

The configuration related to the migration from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for locations.retrieveConfig.

If successful, the response body contains data with the following structure:

JSON representation
{
  "config": {
    string: {
      object (MigrationConfig)
    },
    ...
  }
}
Fields
config

map (key: string, value: object (MigrationConfig))

Map of organizations and project resource names and their configuration. The format for the map keys is organizations/{organizationId} or projects/{projectId}.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • datacatalog.migrationConfig.get

For more information, see the IAM documentation.