addToLogCollectorConfigurationTest()

The addToLogCollectorConfigurationTest() GraphQL mutation may be used to add to a Log Collector configuration test.

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

Syntax

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

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

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

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.