- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
Required. The organization whose config is being retrieved. It takes the form |
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 ( |
Fields | |
---|---|
config |
Map of organizations and project resource names and their configuration. The format for the map keys is |
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.