API Stability Preview

The runGlobalConsistencyCheck() GraphQL mutation is used to initiate a global consistency check on a cluster. It returns the checkId of the consistency check run.

Syntax

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

graphql
runGlobalConsistencyCheck: string!

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

Show:
graphql
mutation {
  runGlobalConsistencyCheck
}
Example Responses
Show:
json
{
  "data": {
    "runGlobalConsistencyCheck": "d4jkR9a0RHWoL6Ed7V-6jg"
  }
}

There are no special datatypes for this mutation field.