- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- LicenceModuleStatus
- LicenseType
- Try it!
Full name: projects.locations.instances.legacySystem.legacyGetLicenseStatus
Legacy endpoint for getting the license status.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the license status for. Format: projects/{project}/locations/{location}/instances/{instance}/legacySystem:legacyGetLicenseStatus |
Request body
The request body must be empty.
Response body
Response message for legacySystem.legacyGetLicenseStatus.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "licenceRemainingDays": integer, "usersAmountLimit": integer, "collaboratorUsersAmountLimit": integer, "viewOnlyUsersAmountLimit": integer, "managedUserUsersAmountLimit": integer, "managedUserPlusUsersAmountLimit": integer, "environmentsAmountLimit": integer, "environmentsThatIncludesAgentsLimit": integer, "usersInUsage": integer, "collaboratorUsersInUsage": integer, "viewOnlyUsersInUsage": integer, "managedUserUsersInUsage": integer, "managedUserPlusUsersInUsage": integer, "environmentsThatIncludesAgentsUsage": integer, "environmentsInUsage": integer, "remainingUsers": integer, "alertsPerDayLimit": integer, "alertsPerDayInUsage": integer, "remainingViewOnlyUsers": integer, "remainingCollaboratorUsers": integer, "remainingManagedUserUsers": integer, "remainingManagedUserPlusUsers": integer, "playbooksInUsage": integer, "playbooksAmountLimit": integer, "connectorsInUsage": integer, "connectorsAmountLimit": integer, "webhooksInUsage": integer, "webhooksAmountLimit": integer, "remainingEnvironments": integer, "remainingEnvironmentsThatIncludesAgents": integer, "serverVersion": string, "systemModules": [ { object ( |
Fields | |
---|---|
licenceRemainingDays |
The remaining license days. |
usersAmountLimit |
The number of users allowed. |
collaboratorUsersAmountLimit |
The number of collaborator users allowed. |
viewOnlyUsersAmountLimit |
The number of view only users allowed. |
managedUserUsersAmountLimit |
The number of managed user users allowed. |
managedUserPlusUsersAmountLimit |
The number of managed user plus users allowed. |
environmentsAmountLimit |
The number of environments allowed. |
environmentsThatIncludesAgentsLimit |
The number of environments that includes agents allowed. |
usersInUsage |
The number of users in usage. |
collaboratorUsersInUsage |
The number of collaborator users in usage. |
viewOnlyUsersInUsage |
The number of view only users in usage. |
managedUserUsersInUsage |
The number of managed user users in usage. |
managedUserPlusUsersInUsage |
The number of managed user plus users in usage. |
environmentsThatIncludesAgentsUsage |
The number of environments that includes agents in usage. |
environmentsInUsage |
The number of environments in usage. |
remainingUsers |
The number of remaining users. |
alertsPerDayLimit |
The number of alerts per day limit. |
alertsPerDayInUsage |
The number of alerts per day in usage. |
remainingViewOnlyUsers |
The number of remaining view only users. |
remainingCollaboratorUsers |
The number of remaining collaborator users. |
remainingManagedUserUsers |
The number of remaining managed user users. |
remainingManagedUserPlusUsers |
The number of remaining managed user plus users. |
playbooksInUsage |
The number of playbooks in usage. |
playbooksAmountLimit |
The number of playbooks allowed. |
connectorsInUsage |
The number of connectors in usage. |
connectorsAmountLimit |
The number of connectors allowed. |
webhooksInUsage |
The number of webhooks in usage. |
webhooksAmountLimit |
The number of webhooks allowed. |
remainingEnvironments |
The number of remaining environments. |
remainingEnvironmentsThatIncludesAgents |
The number of remaining environments that includes agents. |
serverVersion |
The server version. |
systemModules[] |
The list of system modules. |
isEvaluation |
Whether the instance is an evaluation instance. |
maxDataRetentionDuration |
The maximum data retention value time in months. |
licenseType |
The license type. |
customerId |
The customer id. |
expirationDateUnixTimeInMs |
The expiration date in unix time in milliseconds. |
warRoomEnvironmentLimit |
The number of war room environments allowed. |
warRoomEnvironmentUsage |
The number of war room environments in usage. |
advancedReportsUserLimit |
The number of advanced reports users allowed. |
advancedReportsUserUsage |
The number of advanced reports users in usage. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
LicenceModuleStatus
The license module status.
JSON representation |
---|
{ "name": string, "identifier": string, "isActive": boolean } |
Fields | |
---|---|
name |
The name of the license module. |
identifier |
The identifier of the license module. |
isActive |
Whether the license module is active. |
LicenseType
The license type.
Enums | |
---|---|
LICENSE_TYPE_UNSPECIFIED |
Unspecified license type. |
ENTERPRISE |
Enterprise license type. |
COMMUNITY |
Community license type. |
EVALUATION |
Evaluation license type. |
CLOUD |
Cloud license type. |