Method: projects.locations.conversionWorkspaces.mappingRules.get

Gets the details of a mapping rule.

HTTP request

GET https://datamigration.googleapis.com/v1/{name}

Path parameters

Parameters
name

string

Required. Name of the mapping rule resource to get. Example: conversionWorkspaces/123/mappingRules/rule123

In order to retrieve a previous revision of the mapping rule, also provide the revision ID. Example: conversionWorkspace/123/mappingRules/rule123@c7cfa2a8c7cfa2a8c7cfa2a8c7cfa2a8

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of MappingRule.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.