addToLogCollectorConfigurationTest()

API Stability Long-Term

The addToLogCollectorConfigurationTest() GraphQL mutation may be used to add to a Log Collector configuration test. This is a preview and subject to change.

For more information on Log Collector configuration and testing, see the Configure Falcon LogScale Collector documentation page.

Syntax

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

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

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

Show:
graphql
mutation {
  addToLogCollectorConfigurationTest(configId: "1234", collectorIds: ["123", "456"])
  {configId, collectorIds}
}

Returned Datatypes

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

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.