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

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