API Stability Short-Term

The logCollectorMergedConfiguration() GraphQL query used to get a Log Collector merged configuration. This is a preview and still under development.

Syntax

Below is the syntax for the logCollectorMergedConfiguration() query field:

graphql
logCollectorMergedConfiguration(
      configIds: [string!]!
   ): LogCollectorMergedConfiguration!

For the input, you would enter a list of unique identifiers of Log Collector configurations that you want to merge, within square-brackets. For the returned values, you would enter the parameters for the values you want returned (see the Returned Datatype section). You can see an example of this query field here:

Show:
graphql
query {
  logCollectorMergedConfiguration(configIds: ["1234", "4321"])
  { content, problems{ path, summary, number, details} }
}

Returned Datatypes

The returned datatype LogCollectorMergedConfiguration has only a couple of parameters. They're listed below:

Table: LogCollectorMergedConfiguration

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 26, 2024
contentstringyes Short-TermThe type of log source for Log Collector.
problems[LogCollectorConfigurationProblemAtPath]yes Short-TermThe name of the log source for Log Collector See LogCollectorConfigurationProblemAtPath.