The nonDefaultBucketConfigs() GraphQL query is used to return a list of organizations that have non-default bucket-storage configuration. The intended use, though, is to help wotj managing a fleet of LogScale clusters.

For more information, see the Fleet Management (fleetManagement) and Ingestion: Storage Phase documentation pages.

Syntax

Below is the syntax for the nonDefaultBucketConfigs() query field:

graphql
nonDefaultBucketConfigs: [OrgConfig!]!

Given Datatypes

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

Table: OrgConfig

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the organization.
namestringyes The name of the organization.
regionstringyes The region of the bucket.
bucketstringyes The bucket used.
prefixstringyes The prefix of the bucket.

[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.