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

ParameterTypeRequired[a]DefaultDescription
collectorIdsstringyes The Log Collector unique identifiers.
configIdstringyes The configuration identifier.

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