Method: projects.locations.userStores.licenseConfigsUsageStats.list

프로젝트와 연결된 모든 LicenseConfigUsageStats을 나열합니다.

HTTP 요청

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

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

파라미터
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)

필수 항목입니다. 사용된 라이선스 수입니다.