Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to Dataplex Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
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:
Map of organizations and project resource names and their configuration. The format for the map keys is organizations/{organizationId} or projects/{projectId}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This API retrieves the migration configuration from Data Catalog to Dataplex for a specified organization and its projects."],["The HTTP request is a `GET` method to a specific URL with a required path parameter representing the organization."],["The request body must be empty, and the response body contains a JSON representation of the migration configurations for the organization and its projects."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `datacatalog.migrationConfig.get` on the specified organization."],["The specified path parameter `name` represents the organization and location, following the format `organizations/{organization}/locations/{location}`."]]],[]]