API Stability Long-Term

The migrateToNewLimits() GraphQL mutation may be used to migrate all of the organizations in LogScale to the new limits model. It requires root access.

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 migrateToNewLimits() mutation field:

graphql
migrateToNewLimits(
      input: MigrateLimitsInput!
   ): Boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  migrateToNewLimits(input: 
    { createLogLimit: true
    } )
}
Example Responses
Show:
json
{
  "data": {
    "migrateToNewLimits": true
  }
}

Given Datatypes

For MigrateLimitsInput, there are a couple of parameters. They're described here:

Table: MigrateLimitsInput

ParameterTypeRequiredDefaultStabilityDescription
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
createLogLimitbooleanyes Long-TermThe create log limit.
defaultLimitstring  Long-TermThe default migrate limit.