- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.dataExports.list
Lists Data Export requests.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource whose Data Export requests are to be listed. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of DataExport to return. The service may return fewer than this value. If unspecified, at most 50 DataExport will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filter for dataExports.list, following AIP-160. Filterable fields: - dataExportId (String) - include_log_type (String) - startTime (Timestamp) - endTime (Timestamp) // - Match one of several Data Export IDs: 'dataExportId = "id-abc-123" OR dataExportId = "id-def-456"'
|
Request body
The request body must be empty.
Response body
Response message for dataExports.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"dataExports": [
{
object ( |
Fields | |
---|---|
dataExports[] |
The list of Data Export requests. |
nextPageToken |
A token to retrieve next page of results. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.