Method: projects.sites.customDomains.get

指定されたCustomDomainを取得します。

HTTPリクエスト

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

URL はgRPC トランスコーディング構文を使用します。

パスパラメータ

パラメーター
name

string

必須。取得するCustomDomainの名前。

リクエストボディ

リクエストの本文は空である必要があります。

レスポンスボディ

成功した場合、応答本文にはCustomDomainのインスタンスが含まれます。

認可範囲

次の 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

詳細については、 「認証の概要」を参照してください。