Method: sites.channels.get

指定されたサイトの指定されたチャネルの情報を取得します。

HTTPリクエスト

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

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

パスパラメータ

パラメーター
name

string

必須。次の形式のチャネルの完全修飾リソース名。

sites/ SITE_ID /channels/ CHANNEL_ID

リクエストボディ

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

レスポンスボディ

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

認可範囲

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

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