startLogCollectorConfigurationTest

The startLogCollectorConfigurationTest() GraphQL mutation may be used to remove a configuration test from a Log Collector.

Syntax

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

graphql
startLogCollectorConfigurationTest(
      configId: string!,
      collectorIds: [string!]!
   ): FleetConfigurationTest!

Returned Datatypes

As indicated by the syntax above, this mutation will return the token using the datatype, FleetConfigurationTest. Below is a list of the parameters of that datatype:

Table: FleetConfigurationTest

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: Sep 25, 2024
configIdstringyes The configuration identifier.
collectorIds[string]yes The Log Collector unique identifiers.