API Stability Short-Term

The searchLogCollectorConfigurations() GraphQL query is used to search LogCollector configurations.

Syntax

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

graphql
searchLogCollectorConfigurations(
     searchFilter: string, 
     skip: integer,
     limit: integer,
     sortBy: FleetConfiguration__SortBy,
     orderBy: OrderBy
   ): SearchLogCollectorConfigurationResultSet!

Given Datatype

For FleetConfiguration__SortBy and OrderBy there are a few parameters. They're listed in the two tables here:

Table: FleetConfiguration__SortBy

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: May 28, 2025
Instances   Short-TermUse to sort Fleet configurations by instances.
LastModified   Short-TermUse to sort by date last modified.
ModifiedBy   Short-TermUse to sort by user who last modified the configurations.
Name   Short-TermSort by the name of the configurations.
Size   Short-TermSort by size.

Table: OrderBy

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: May 28, 2025
ASC   Long-TermOrder results in ascending order (i.e., 0 to 9, A to Z).
DESC   Long-TermOrder results in descending order (i.e., 9 to 0, Z to A).

Returned Datatypes

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

Table: SearchLogCollectorConfigurationResultSet

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: Oct 3, 2024
results[LogCollectorConfiguration]yes Short-TermThe paginated result set See LogCollectorConfiguration.
totalResultsintegeryes Short-TermThe total number of matching results.