server.ip-rct¶
IpRct server¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
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 |
|
|
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 |
||
|
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 |
||
|
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. |
||
type |
string |
||
|
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. |
||
type |
integer |
||
|
The username to use for the connection to the IP-RCT server. It can be for example sysadmin. |
||
type |
string |
||
|
The password to use for the connection to the IP-RCT server. It can be defined as plaintext or via a secret. |
||
oneOf |
|||
|
The annunciation equipment identifier It can be defined as plaintext or via a secret. |
||
type |
string |
||
|
The file path to the certificate used for SSL communications. An absolute path is required. |
||
type |
string |
||
additionalProperties |
False |
PLAINTEXT¶
type |
object |
|
properties |
||
|
type |
string |
enum |
PLAINTEXT |
|
default |
PLAINTEXT |
|
|
The password to use in plaintext. It can be for example thisIs@TestPassword123. |
|
type |
string |
|
additionalProperties |
False |
SECRET¶
type |
object |
|
properties |
||
|
type |
string |
enum |
SECRET |
|
default |
SECRET |
|
|
The path of the secret containing the password. This is a path to the secret containing the password. |
|
type |
string |
|
additionalProperties |
False |