stopLogCollectorConfigurationTest()

API Stability Short-Term

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!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  stopLogCollectorConfigurationTest(
      configId: "123abc"
  )
  { configId }
}
Example Responses
Show:
json
{
  "data": {
    "stopLogCollectorConfigurationTest": {
      "configId": "123abc"
    }
  }
}

Returned Datatypes

FleetConfigurationTest has a couple of parameters. Below is a list of them:

Table: FleetConfigurationTest

ParameterTypeRequiredDefaultStabilityDescription
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 Short-TermThe configuration identifier.
collectorIds[string]yes Short-TermThe Log Collector unique identifiers.