![]()
Contents
Cirrus Link Resources
Cirrus Link Website![]()
Contact Us (Sales/Support)![]()
Forum![]()
Cirrus Link Modules Docs for Ignition 7.9.x![]()
Inductive Resources
Ignition User Manual![]()
Knowledge Base Articles![]()
Inductive University![]()
Forum![]()
APIssystem.cirruslink.distributor.createConfig(type, props) → voidParametersString typeThe type of configuration to create with valid options:
UsersMap propsDictionary of properties making up the configuration with the following keys and datatypes:UsersId (long)Username (str)Password (str)ACLs (str)Return ValueNonesystem.cirruslink.distributor.readConfig(type) → List ParametersString typeThe type of configuration to read with valid options:
GeneralUsersReturn ValueA List of Dictionaries of properties making up the configurations with the following keys and datatypes: General KeysId (long)Enabled (bool)EnableTCP (bool)Port (int)EnableWebsocket (bool)WebsocketPort (int)EnableTLS (bool)SecurePort (int)EnableSecureWebsocket (bool)SecureWebsocketPort (int)AllowAnonymousConnections (bool)Users KeysId (long)Username (str)Password (str)ACLs (str)system.cirruslink.distributor.updateConfig(type, id, collisionPolicy, props) → voidParametersString typeThe type of configuration to update with valid options:
GeneralUsersLong idThe ID of the record to updateString collisionPolicyEither "MergeOverwrite" or "Overwrite"Map propsDictionary of properties making up the configuration with the following keys and datatypes:General KeysId (long)Enabled (bool)EnableTCP (bool)Port (int)EnableWebsocket (bool)WebsocketPort (int)EnableTLS (bool)SecurePort (int)EnableSecureWebsocket (bool)SecureWebsocketPort (int)AllowAnonymousConnections (bool)Users KeysId (long)Username (str)Password (str)ACLs (str)Return ValueNonesystem.cirruslink.distributor.deleteConfig(type, id) → voidParametersString typeThe type of configuration to delete with valid options:
UsersLong idThe ID of the record to deleteReturn ValueNone