列出给定项目和位置中的 AutomationRun。
HTTP 请求
GET https://clouddeploy.googleapis.com/v1/{parent=projects/*/locations/*/deliveryPipelines/*}/automationRuns
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
parent |
必需。父级 |
查询参数
参数 | |
---|---|
pageSize |
要返回的 automatedRuns 数量上限。服务返回的值可能小于此值。如果未指定,则最多返回 50 automatedRuns。最大值为 1000;大于 1000 的值将被设为 1000。 |
pageToken |
从之前的 进行分页时,所有其他提供的参数会与提供页面令牌的调用匹配。 |
filter |
过滤要返回的 automatedRuns。所有字段都可以在过滤条件中使用。 |
orderBy |
要排序的字段。 |
请求正文
请求正文必须为空。
响应正文
来自 automationRuns.list
的响应对象。
如果成功,响应正文将包含结构如下的数据:
JSON 表示法 |
---|
{
"automationRuns": [
{
object ( |
字段 | |
---|---|
automationRuns[] |
|
nextPageToken |
可作为 |
unreachable[] |
无法到达的位置。 |
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。
IAM 权限
需要拥有 parent
资源的以下 IAM 权限:
clouddeploy.automationRuns.list
如需了解详情,请参阅 IAM 文档。