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:

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

ParameterTypeRequired[a]DefaultDescription
ingestlongyes Ingest in bytes.
retentionintegeryes Retention in days.
usersintegeryes The number of users allowed.
expirationlongyes The expiration data of the organization limits.
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.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.


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

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique id for the Organization.
namestringyes The name for the Organization.
descriptionstring  The description for the Organization. Can be null.
detailsOrganizationDetailsyes Any additional details related to the organization (see OrganizationDetails Table).
statsOrganizationStatsyes Statistics of the organization (see OrganizationStats Table).
configsOrganizationConfigsyes Organization configurations and settings (see OrganizationDetails Table).
searchDomains[SearchDomain]yes Search domains within the organization (see SearchDomain Table).
readonlyDashboardIPFilterstring  IP filter for readonly dashboard links.
createdAtlong  Date organization was created.
trialStartedAtlong  Date organization's trial started.
isActionAllowedtypeyes Check if current user has a given permission in organization. OrganizationAction is the action to check if a user is allowed to perform on an organization (see OrganizationAction Table).
limits[Limit]yes Limits assigned to the organization (see Limit Table).
externalPermissionsbooleanyes Whether permissions are managed externally.
externalGroupSynchronizationbooleanyes Whether there is group synchronization.
defaultCachePolicyCachePolicy  The default cache policy of this organization. PREVIEW: Cache policies are a limited feature and is subject to change. See CachePolicy Table.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.