Method: folders.locations.muteConfigs.get

ミュート構成を取得します。ロケーションが指定されていない場合、デフォルトはグローバルです。

HTTP リクエスト


この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

必須。取得するミュート構成の名前。以下に、形式の例を示します。

  • organizations/{organization}/muteConfigs/{configId} + organizations/{organization}/locations/{location}/muteConfigs/{configId}
  • folders/{folder}/muteConfigs/{configId}
  • folders/{folder}/locations/{location}/muteConfigs/{configId}
  • projects/{project}/muteConfigs/{configId}
  • projects/{project}/locations/{location}/muteConfigs/{configId}

リクエストの本文

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

レスポンスの本文

成功した場合、レスポンスの本文には MuteConfig のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/cloud-platform

詳細については、Authentication Overview をご覧ください。