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 |
Required. Parent resource. |
Query parameters
Parameters | |
---|---|
page |
Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value. |
page |
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 ( |
Fields | |
---|---|
assets |
Output only. The list of assets export jobs. |
next |
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.