Method: projects.sites.get

取得指定的託管Site

HTTP請求

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

URL 使用gRPC 轉碼語法。

路徑參數

參數
name

string

必需的。託管網站的完全限定資源名稱,格式為:

projects/ PROJECT_IDENTIFIER /sites/ SITE_ID

有關PROJECT_IDENTIFIER值的詳細信息,請參閱Site name欄位。


由於SITE_ID是全域唯一標識符,因此您也可以使用唯一子集合資源存取模式,格式為:

projects/-/sites/ SITE_ID

授權需要對指定資源name具有以下IAM權限:

  • firebasehosting.sites.get

請求正文

請求內文必須為空。

響應體

如果成功,回應正文將包含Site的實例。

授權範圍

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

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