The s3ResetArchiving() GraphQL mutation is used to mark all of the segment files as unarchived in LogScale.

For more information on S3 storage, see the S3 Archiving for LogScale Cloud documentation page.

Syntax

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

graphql
s3ResetArchiving(
      repositoryName: string!
   ): BooleanResultType!

Returned Datatypes

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

Table: BooleanResultType

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.
resultsbooleanyes Whether the mutation was performed.