Method: projects.locations.assetsExportJobs.list

Lists all the assets export jobs in a given project and location.

HTTP request

GET https://migrationcenter.googleapis.com/v1alpha1/{parent=projects/*/locations/*}/assetsExportJobs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent resource.

Query parameters

Parameters
pageSize

integer

Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

pageToken

string

Optional. A token identifying a page of results that the server should return.

Request body

The request body must be empty.

Response body

Response message for listing assets export jobs.

If successful, the response body contains data with the following structure:

JSON representation
{
  "assetsExportJobs": [
    {
      object (AssetsExportJob)
    }
  ],
  "nextPageToken": string
}
Fields
assetsExportJobs[]

object (AssetsExportJob)

Output only. The list of assets export jobs.

nextPageToken

string

Output only. A token identifying a page of results the server should return.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.