stopLogCollectorConfigurationTest

The stopLogCollectorConfigurationTest() GraphQL mutation may be used to stop a configuration test in a Log Collector.

Syntax

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

graphql
stopLogCollectorConfigurationTest(
      configId: 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.