Method: sites.releases.list

列出已为指定站点或频道创建的版本。

当用于列出站点的版本时,此列表包括指定站点的默认live频道和任何活动预览频道的版本。

HTTP请求

GET https://firebasehosting.googleapis.com/v1beta1/{parent=sites/*}/releases

URL 使用gRPC 转码语法。

路径参数

参数
parent

string

必需的。要列出版本的网站或频道,采用以下格式之一:

  • sites/ SITE_ID

  • sites/ SITE_ID /channels/ CHANNEL_ID

查询参数

参数
pageSize

integer

返回的最大版本数。

如果存在的版本少于此最大数量,则服务可能会返回较小的数量。
如果未指定,则默认为 100。

pageToken

string

来自先前调用releases.listchannels.releases.list的令牌,告诉服务器从哪里恢复列表。

请求正文

请求正文必须为空。

响应体

如果成功,响应正文将包含ListReleasesResponse的实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/firebase.hosting.readonly
  • https://www.googleapis.com/auth/firebase.hosting
  • https://www.googleapis.com/auth/firebase.readonly
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/cloud-platform

有关详细信息,请参阅身份验证概述