server.ip-rct

IpRct server

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • moduleId

The IP-RCT module module.ip-rct ↗️ that this server will use to communicate.

For example modules.ip-rct.ip-rct-1 is the default OnSphere path of the IP-RCT module.

type

string

  • hostname

The IP address of the IP-RCT server. This address is used by the client to connect to the IP-RCT server on the network.

For example, 192.168.42.1 is valid.

Learn more about IP-RCT ↗️.

type

string

  • port

The port number on which the IP-RCT server is listening. This port is used by the client to establish a connection with the server. It should be a valid port number between 0 and 65535.

Learn more about IP-RCT ↗️.

type

integer

  • username

The username to use for the connection to the IP-RCT server.

It can be for example sysadmin.

Learn more about IP-RCT ↗️.

type

string

  • passwordProvider

The password to use for the connection to the IP-RCT server.

It can be defined as plaintext or via a secret.

Learn more about IP-RCT ↗️.

oneOf

PLAINTEXT

SECRET

  • aeIdentifier

The annunciation equipment identifier

It can be defined as plaintext or via a secret.

Learn more about IP-RCT ↗️.

type

string

  • certificatePath

The file path to the certificate used for SSL communications.

An absolute path is required.

Learn more about OPC UA ↗️.

type

string

additionalProperties

False

PLAINTEXT

type

object

properties

  • type

type

string

enum

PLAINTEXT

default

PLAINTEXT

  • password

The password to use in plaintext. It can be for example thisIs@TestPassword123.

type

string

additionalProperties

False

SECRET

type

object

properties

  • type

type

string

enum

SECRET

default

SECRET

  • secretPath

The path of the secret containing the password. This is a path to the secret containing the password.

type

string

additionalProperties

False