Required. Name of the data source resource name, in the format 'projects/{projectId}/locations/{location}/backupVaults/{resourceName}/dataSource/{resourceName}'
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DataSource.
[[["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-11 UTC."],[[["This webpage details how to retrieve information about a specific DataSource using a GET request."],["The necessary path parameter `name` is a string that specifies the unique identifier of the DataSource within the project, location, and backup vault."],["The request body for this operation must be empty, as all necessary information is conveyed via the path parameter."],["A successful request returns a `DataSource` object in the response body, containing the details of the requested data source."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `backupdr.bvdataSources.get` on the specified `name` resource."]]],[]]