方法:transferLogs.list

全名:projects.locations.transferConfigs.runs.transferLogs.list

返回向用户显示的数据转移作业运行日志消息。

HTTP 请求

GET https://bigquerydatatransfer.googleapis.com/v1/{parent=projects/*/locations/*/transferConfigs/*/runs/*}/transferLogs

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。转移作业运行名称,格式为 projects/{projectId}/transferConfigs/{configId}/runs/{run_id}projects/{projectId}/locations/{locationId}/transferConfigs/{configId}/runs/{run_id}

必须对指定的资源 parent 具有以下 IAM 权限才能进行授权:

  • bigquery.transfers.get

查询参数

参数
pageToken

string

分页令牌,可用于请求特定的 ListTransferLogsRequest 列表结果页面。对于跨多个页面的结果,ListTransferLogsResponse 会输出 next_page 令牌,可用作 pageToken 值来请求下一页列表结果。

pageSize

integer

页面大小。默认页面大小为最多显示 1000 条结果。

messageTypes

enum (MessageSeverity)

要返回的消息类型。 如果未填充该参数,系统将返回 INFO、WARNING 和 ERROR 消息。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 ListTransferLogsResponse 实例。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅身份验证概览

试试看!