Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleagents.<agent-id>.configuration

agents.<agent-id>.configuration: optional

  • configuration: object, optional
    • controller: object, optional
      • controllerId: object, optional
        • Unique identifier of the Controller to which the Agent will be registered. The identifier is specified with the controllers section.
    • certificates: object, optional
      • keyStore: string, optional
        • Path to a PKCS12 keystore that holds the Agents private key and certificate.
      • keyStorePassword: string, optional
        • Password for access to the Agent's keystore.
      • keyPassword: string, optional
        • Password for access to the Agent's private key (same as keyStorePassword).
      • keyAlias: string, optional
        • The alias name of the Agent's private key. The setting is relevant only if more than one private key is available with the Agent's keystore.
      • trustStore: string, optional
        • Path to a PKCS12 truststore that holds the Root CA Certificate and optionally Intermediate CA Certificate(s).
      • trustStorePassword: string, optional
        • Password for access to the truststore.
    • templates: array, optional
      • <config-directory>: string, required
        • Any directories specified will be copied to the Agent's data directory. Specified directories have to use config and/or config/private as the last part of the directory hierarchy.
        • Any files and sub-directories of the specified directories will be copied to the Agent's data directory.
        • Any number of configuration directories can be specified by repeatedly using this element.
    • files: object, optional
      • agentConf: string, optional
        • Path to a configuration file that will be copied to the Agent's config configuration directory with the  agent.conf file name.
      • privateConf: string, optional
        • Path to a configuration file that will be copied to the Agent's config/private configuration directory with the  private.conf file name.
Expand
titlecontrollers

controllers: optional

An array of Controller configuration objects is specified.

  • <controller-id>: object, required
    • target: see agents
    • media: see agents
    • installation: see agents
    • configuration: see agents

...