Method: sites.channels.releases.get

获取站点或频道的指定版本。

当用于获取站点的版本时,这可以获取指定站点的默认live频道和任何活动预览频道的版本。

HTTP请求

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

URL 使用gRPC 转码语法。

路径参数

参数
name

string

必需的。托管版本的完全限定资源名称,采用以下格式之一:

  • sites/ SITE_ID /channels/ CHANNEL_ID /releases/ RELEASE_ID

  • sites/ SITE_ID /releases/ RELEASE_ID

请求正文

请求正文必须为空。

响应体

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

授权范围

需要以下 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

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