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

有關詳細信息,請參閱身份驗證概述