The searchLogCollectorConfigurations() GraphQL query is used to get paginated search results. This is a root operation.

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 Datatypes

Several of the given datatypes are standard types (e.g., string, integer). However, there is the special datatype, FleetConfiguration__SortBy. See FleetConfiguration__SortBy table.

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

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