- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- LicenseConfigUsageStats
Lists all the LicenseConfigUsageStatss associated with the project.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/userStores/*}/licenseConfigsUsageStats
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent branch resource name, such as |
Request body
The request body must be empty.
Response body
Response message for [UserLicenseService.ListLicenseConfigUsageStats][] method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"licenseConfigUsageStats": [
{
object ( |
| Fields | |
|---|---|
licenseConfigUsageStats[] |
All the customer's |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/discoveryengine.readwrite
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
discoveryengine.userStores.listUserLicenses
For more information, see the IAM documentation.
LicenseConfigUsageStats
Stats about users' licenses.
| JSON representation |
|---|
{ "licenseConfig": string, "usedLicenseCount": string } |
| Fields | |
|---|---|
licenseConfig |
Required. The LicenseConfig name. |
usedLicenseCount |
Required. The number of licenses used. |