Migration Center API

Stay organized with collections Save and categorize content based on your preferences.

Service: migrationcenter.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://migrationcenter.googleapis.com

REST Resource: v1alpha1.projects.locations

Methods
get GET /v1alpha1/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1alpha1/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1alpha1.projects.locations.assets

Methods
create POST /v1alpha1/{parent=projects/*/locations/*}/assets
Creates a new Asset in a given project and location.
delete DELETE /v1alpha1/{name=projects/*/locations/*/assets/*}
Deletes a single Asset.
get GET /v1alpha1/{name=projects/*/locations/*/assets/*}
Gets details of a single Asset.
list GET /v1alpha1/{parent=projects/*/locations/*}/assets
Lists Assets in a given project and location.
patch PATCH /v1alpha1/{asset.name=projects/*/locations/*/assets/*}
Updates the parameters of a single Asset.
reportAssetFrame
(deprecated)
POST /v1alpha1/{parent=projects/*/locations/*}/assets:reportAssetFrame
Deprecated, Reports a set of frames.
reportAssetFrames POST /v1alpha1/{parent=projects/*/locations/*}/assets:reportAssetFrames
Reports a set of frames.

REST Resource: v1alpha1.projects.locations.groups

Methods
addAsset POST /v1alpha1/{group=projects/*/locations/*/groups/*}:addAsset
Add assets to a Group.
create POST /v1alpha1/{parent=projects/*/locations/*}/groups
Creates a new Groups in a given project and location.
delete DELETE /v1alpha1/{name=projects/*/locations/*/groups/*}
Deletes a single Group.
get GET /v1alpha1/{name=projects/*/locations/*/groups/*}
Gets details of a single Groups.
list GET /v1alpha1/{parent=projects/*/locations/*}/groups
Lists Groups in a given project and location.
patch PATCH /v1alpha1/{group.name=projects/*/locations/*/groups/*}
Updates the parameters of a single Group.
queryAssets GET /v1alpha1/{group=projects/*/locations/*/groups/*}:queryAssets
Query Group assets.
removeAsset POST /v1alpha1/{group=projects/*/locations/*/groups/*}:removeAsset
Remove asset from the Group.

REST Resource: v1alpha1.projects.locations.importJobs

Methods
create POST /v1alpha1/{parent=projects/*/locations/*}/importJobs
Create an import job.
delete DELETE /v1alpha1/{name=projects/*/locations/*/importJobs/*}
Deletes a single ImportJob.
get GET /v1alpha1/{name=projects/*/locations/*/importJobs/*}
Gets details of a single ImportJob.
list GET /v1alpha1/{parent=projects/*/locations/*}/importJobs
Lists ImportJobs.
patch PATCH /v1alpha1/{importJob.name=projects/*/locations/*/importJobs/*}
Updates an import job.
run POST /v1alpha1/{name=projects/*/locations/*/importJobs/*}:run
Run an import job.
validate POST /v1alpha1/{name=projects/*/locations/*/importJobs/*}:validate
Validate an import job.

REST Resource: v1alpha1.projects.locations.operations

Methods
cancel POST /v1alpha1/{name=projects/*/locations/*/operations/*}:cancel
Starts asynchronous cancellation on a long-running operation.
delete DELETE /v1alpha1/{name=projects/*/locations/*/operations/*}
Deletes a long-running operation.
get GET /v1alpha1/{name=projects/*/locations/*/operations/*}
Gets the latest state of a long-running operation.
list GET /v1alpha1/{name=projects/*/locations/*}/operations
Lists operations that match the specified filter in the request.

REST Resource: v1alpha1.projects.locations.sources

Methods
create POST /v1alpha1/{parent=projects/*/locations/*}/sources
Creates a new Source in a given project and location.
delete DELETE /v1alpha1/{name=projects/*/locations/*/sources/*}
Deletes a single Source.
get GET /v1alpha1/{name=projects/*/locations/*/sources/*}
Gets details of a single Source.
list GET /v1alpha1/{parent=projects/*/locations/*}/sources
Lists Sources in a given project and location.
patch PATCH /v1alpha1/{source.name=projects/*/locations/*/sources/*}
Updates the parameters of a single Source.