API Stability |
Short-Term
|
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
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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-Term | The paginated result set See LogCollectorConfiguration . | |
totalResults | integer | yes | Short-Term | The total number of matching results. |