The updateOrganizationLimits() GraphQL mutation is used to update manually contract limits. This is a system operation.

For more information on query quotas, see the Query Quotas documentation page. You may also want to look at Limits & Standards for related information.

Syntax

Below is the syntax for the updateOrganizationLimits() mutation field:

graphql
updateOrganizationLimits(
     input: OrganizationLimitsInput!
   ): Organization!

Given Datatypes

For the given datatype, OrganizationLimitsInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: OrganizationLimitsInput

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 19, 2024
allowSelfServiceboolean  Whether self service is enabled for the Organization, allowing features like creating repositories and setting retention.
contractVersionOrganizations__ContractVersionyes Which version of the LogScale contract applies. The datatype, Organizations__ContractVersion is an enumerated list: Unknown, Version1, or Version2.
expirationlongyes The expiration data of the organization limits.
ingestlongyes Ingest in bytes.
retentionintegeryes Retention in days.
usersintegeryes The number of users allowed.

Returned Datatypes

The returned datatype organization() has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: Organization

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
cidstring  The CID corresponding to the organization.
configsOrganizationConfigsyes Organization configurations and settings. See OrganizationDetails.
createdAtlong  Date organization was created.
defaultCachePolicyCachePolicy  The default cache policy of the organization. See CachePolicy. This is a preview and subject to change.
descriptionstring  The description for the Organization. Can be null.
detailsOrganizationDetailsyes Any additional details related to the organization. See OrganizationDetails.
externalGroupSynchronizationbooleanyes Whether there is group synchronization.
externalPermissionsbooleanyes Whether permissions are managed externally.
idstringyes The unique id for the Organization.
ingestUrlstring  The ingest URL for the organization.
isActionAllowedmultipleyes Check if user has a permission in organization. The datatype consists of (action: OrganizationAction): boolean. For OrganizationAction, give the action to check if a user is allowed to perform on the organization. See OrganizationAction.
limits[Limit]yes Limits assigned to the organization. See Limit.
limitsV2[LimitV2]yes Limits assigned to the organization. See LimitV2.
namestringyes The name for the Organization.
publicUrlstring  The public URL for the organization.
readonlyDashboardIPFilterstring  IP filter for readonly dashboard links.
searchDomains[SearchDomain]yes Search domains within the organization. See SearchDomain.
statsOrganizationStatsyes Statistics of the organization. See OrganizationStats.
trialStartedAtlong  Date organization's trial started.