Method: projects.locations.userStores.licenseConfigsUsageStats.list

プロジェクトに関連付けられているすべての LicenseConfigUsageStats を一覧表示します。

HTTP リクエスト

GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/userStores/*}/licenseConfigsUsageStats

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

パスパラメータ

パラメータ
parent

string

必須。親ブランチのリソース名(projects/{project}/locations/{location}/userStores/{userStoreId} など)。

リクエストの本文

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

レスポンスの本文

[UserLicenseService.ListLicenseConfigUsageStats][] メソッドのレスポンス メッセージ。

成功した場合、レスポンスの本文には次の構造のデータが含まれます。

JSON 表現
{
  "licenseConfigUsageStats": [
    {
      object (LicenseConfigUsageStats)
    }
  ]
}
フィールド
licenseConfigUsageStats[]

object (LicenseConfigUsageStats)

お客様のすべての LicenseConfigUsageStats

認可スコープ

次の OAuth スコープのいずれかが必要です。

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

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

IAM 権限

parent リソースに対する次の IAM 権限が必要です。

  • discoveryengine.userStores.listUserLicenses

詳細については、IAM のドキュメントをご覧ください。

LicenseConfigUsageStats

ユーザーのライセンスに関する統計情報。

JSON 表現
{
  "licenseConfig": string,
  "usedLicenseCount": string
}
フィールド
licenseConfig

string

必須。LicenseConfig の名前。

usedLicenseCount

string (int64 format)

必須。使用されているライセンスの数。