removeFromLogCollectorConfigurationTest()
API Stability |
Short-Term
|
The removeFromLogCollectorConfigurationTest() GraphQL mutation may be used to remove a configuration test from a Log Collector.
Syntax
Below is the syntax for the removeFromLogCollectorConfigurationTest() mutation field:
graphql
removeFromLogCollectorConfigurationTest(
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
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | |||||
configId | string | yes | Short-Term | The configuration identifier. | |
collectorIds | [string] | yes | Short-Term | The Log Collector unique identifiers. |