- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Retrieves a list of committed revisions of a specific conversion workspace.
HTTP request
GET https://datamigration.googleapis.com/v1/{conversionWorkspace}:describeConversionWorkspaceRevisions
Path parameters
Parameters | |
---|---|
conversionWorkspace |
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversionWorkspace}. |
Query parameters
Parameters | |
---|---|
commitId |
Optional. Optional filter to request a specific commit ID. |
Request body
The request body must be empty.
Response body
Response message for 'conversionWorkspaces.describeConversionWorkspaceRevisions' request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"revisions": [
{
object ( |
Fields | |
---|---|
revisions[] |
The list of conversion workspace revisions. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.