The logCollectorInstallers() GraphQL query returns a list of LogCollector installation settings.

Syntax

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

graphql
logCollectorInstallers: [LogCollectorInstaller!]

Returned Datatypes

The returned datatype LogCollectorInstaller has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: LogCollectorInstaller

ParameterTypeRequired[a]DefaultDescription
namestringyes The name of the LogScale Log Collector installer file.
urlstringyes The URL from where the LogScale Log Collector installer may be found.
versionstringyes The version of the LogScale Log Collector.
architecturestringyes The CPU architecture of the installer.
typestringyes The type of installer (e.g., deb, rpm or msi files).
sizeintegeryes The size of the installer file.
configExamplestring  An example of the configuration.
iconstring  The name of the icon file.

[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.