Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Data Push Entry Settings. More...
import <DataPushService.idl;
Public Attributes | |
string | url |
Destination host. | |
boolean | allowOffTimeRangeCerts |
allow expired and not yet valid TLS certificates | |
string | caCertChain |
TLS CA certificate chain. | |
boolean | useAuth |
true to use username/password authentication (basic authentication in case of HTTP) | |
string | username |
Authentication user name. | |
string | password |
Password; write-only, empty to leave unchanged. | |
EntryType | type |
Type of data. | |
vector< string > | items |
Included items (e.g. list of sensors) depending on type. | |
MqttSettings | mqttSettings |
MQTT specific settings. | |
Data Push Entry Settings.
Definition at line 42 of file DataPushService.idl.
boolean event::DataPushService::EntrySettings::allowOffTimeRangeCerts |
allow expired and not yet valid TLS certificates
Definition at line 44 of file DataPushService.idl.
string event::DataPushService::EntrySettings::caCertChain |
TLS CA certificate chain.
Definition at line 45 of file DataPushService.idl.
vector<string> event::DataPushService::EntrySettings::items |
Included items (e.g. list of sensors) depending on type.
Definition at line 51 of file DataPushService.idl.
MqttSettings event::DataPushService::EntrySettings::mqttSettings |
MQTT specific settings.
Definition at line 52 of file DataPushService.idl.
string event::DataPushService::EntrySettings::password |
Password; write-only, empty to leave unchanged.
Definition at line 49 of file DataPushService.idl.
EntryType event::DataPushService::EntrySettings::type |
Type of data.
Definition at line 50 of file DataPushService.idl.
string event::DataPushService::EntrySettings::url |
Destination host.
Definition at line 43 of file DataPushService.idl.
boolean event::DataPushService::EntrySettings::useAuth |
true
to use username/password authentication (basic authentication in case of HTTP)
Definition at line 46 of file DataPushService.idl.
string event::DataPushService::EntrySettings::username |
Authentication user name.
Definition at line 48 of file DataPushService.idl.