List import data files.
HTTP request
GET https://migrationcenter.googleapis.com/v1/{parent=projects/*/locations/*/importJobs/*}/importDataFiles
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the parent of the |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of data files to return. The service may return fewer than this value. If unspecified, at most 500 data files will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
filter |
Filtering results. |
orderBy |
Field to sort by. See https://google.aip.dev/132#ordering for more details. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for listing payload files of an import job.
JSON representation |
---|
{
"importDataFiles": [
{
object ( |
Fields | |
---|---|
importDataFiles[] |
The list of import data files. |
nextPageToken |
A token that can be sent as |
unreachable[] |
Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.