API Stability Short-Term

The assignLogCollectorConfiguration() GraphQL mutation is used to assign a Log Collector to a particular configuration.

Syntax

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

graphql
assignLogCollectorConfiguration(
      configId: string, id: string!
   ): boolean!!

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

Show:
graphql
mutation {
  assignLogCollectorConfiguration(configId: "123", id: "123")
}