Method: deployments.groups.charts.get

获取 group chart。如果匹配路径不存在,则返回 NOT_FOUND。如果图表名称有效但没有任何数据,则返回空图表。

HTTP 请求

GET https://androidovertheair.googleapis.com/v1/{name=deployments/*/groups/*/charts/*}

网址采用 gRPC 转码语法。

路径参数

参数
name

string

相对资源名称。例如:“deployments/deployment_x/groups/group_g/charts/chart_c”

查询参数

参数
options

object (ChartOptions)

可选。图表选项。

请求正文

请求正文必须为空。

响应正文

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

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/android_partner_over_the_air

有关详情,请参阅 OAuth 2.0 概览