Method: projects.sites.list

列出與指定父 Firebase 專案關聯的每個託管Site

HTTP請求

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

URL 使用gRPC 轉碼語法。

路徑參數

參數
parent

string

必需的。要列出網站的 Firebase 項目,格式為:

projects/ PROJECT_IDENTIFIER

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

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

  • firebasehosting.sites.list

查詢參數

參數
pageToken

string

選修的。先前呼叫sites.list的令牌,告訴伺服器從哪裡恢復清單。

pageSize

integer

選修的。傳回的最大站點數。

如果存在的站點數量少於此最大數量,則服務可能會傳回較小的數量。
如果未指定,則預設為 40。

請求正文

請求內文必須為空。

響應體

如果成功,回應正文包含具有以下結構的資料:

JSON 表示
{
  "sites": [
    {
      object (Site)
    }
  ],
  "nextPageToken": string
}
領域
sites[]

object ( Site )

與指定 Firebase 項目關聯的Site物件清單。

nextPageToken

string

分頁標記(如果存在此回應中的結果之外的更多結果)。

下次呼叫sites.list時包含此令牌。頁面令牌是短暫的,不應儲存。

授權範圍

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

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