Method: deployments.list

列出 deployments

HTTP 请求

GET https://androidovertheair.googleapis.com/v1/deployments

网址采用 gRPC 转码语法。

查询参数

参数
view

enum (View)

可选。指定是否应返回每个部署的基本信息或详细信息。

请求正文

请求正文必须为空。

响应正文

OverTheAirService.ListDeployments 的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "deployments": [
    {
      object (Deployment)
    }
  ]
}
字段
deployments[]

object (Deployment)

用户至少具有 read_access 的部署列表。

授权范围

需要以下 OAuth 作用域:

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

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