Method: projects.locations.conversionWorkspaces.describeConversionWorkspaceRevisions

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

string

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

string

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 (ConversionWorkspace)
    }
  ]
}
Fields
revisions[]

object (ConversionWorkspace)

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.