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.
[[["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 2024-04-17 UTC."],[[["This page details how to retrieve specific mapping rule details using a GET request to the Data Migration API."],["The request requires a resource name, including an optional revision ID, as a path parameter in the URL to identify the specific mapping rule."],["The request body must be empty for this operation."],["Upon a successful request, the response body will contain an instance of the specified `MappingRule`."],["Authorization to use this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]