blob: 7d83feec5726683b20441d648eae06786d821601 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.miloclient.CamelMiloclientSinkConnector",
"artifactId": "camel-milo-client-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-milo-client-sink",
"type": "sink",
"version": "0.11.6-SNAPSHOT",
"description": "Connect to OPC UA servers using the binary protocol for acquiring telemetry data."
},
"properties": {
"camel.sink.path.endpointUri": {
"name": "camel.sink.path.endpointUri",
"description": "The OPC UA server endpoint",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.clientId": {
"name": "camel.sink.endpoint.clientId",
"description": "A virtual client id to force the creation of a new connection instance",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.dataChangeFilterDeadbandType": {
"name": "camel.sink.endpoint.dataChangeFilterDeadbandType",
"description": "Deadband type for MonitorFilterType DataChangeFilter.",
"defaultValue": "\"0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.dataChangeFilterDeadbandValue": {
"name": "camel.sink.endpoint.dataChangeFilterDeadbandValue",
"description": "Deadband value for MonitorFilterType DataChangeFilter.",
"defaultValue": "\"0.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.dataChangeFilterTrigger": {
"name": "camel.sink.endpoint.dataChangeFilterTrigger",
"description": "Daata change trigger for data change monitor filter type. One of: [Status] [StatusValue] [StatusValueTimestamp]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"Status",
"StatusValue",
"StatusValueTimestamp"
]
},
"camel.sink.endpoint.defaultAwaitWrites": {
"name": "camel.sink.endpoint.defaultAwaitWrites",
"description": "Default await setting for writes",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.discoveryEndpointSuffix": {
"name": "camel.sink.endpoint.discoveryEndpointSuffix",
"description": "A suffix for endpoint URI when discovering",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.discoveryEndpointUri": {
"name": "camel.sink.endpoint.discoveryEndpointUri",
"description": "An alternative discovery URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.method": {
"name": "camel.sink.endpoint.method",
"description": "The method definition (see Method ID)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.monitorFilterType": {
"name": "camel.sink.endpoint.monitorFilterType",
"description": "Monitor Filter Type for MonitoredItems. One of: [dataChangeFilter]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"dataChangeFilter"
]
},
"camel.sink.endpoint.node": {
"name": "camel.sink.endpoint.node",
"description": "The node definition (see Node ID)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.samplingInterval": {
"name": "camel.sink.endpoint.samplingInterval",
"description": "The sampling interval in milliseconds",
"defaultValue": "\"0.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.allowedSecurityPolicies": {
"name": "camel.sink.endpoint.allowedSecurityPolicies",
"description": "A set of allowed security policy URIs. Default is to accept all and use the highest.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.applicationName": {
"name": "camel.sink.endpoint.applicationName",
"description": "The application name",
"defaultValue": "\"Apache Camel adapter for Eclipse Milo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.applicationUri": {
"name": "camel.sink.endpoint.applicationUri",
"description": "The application URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\/Client\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.channelLifetime": {
"name": "camel.sink.endpoint.channelLifetime",
"description": "Channel lifetime in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyAlias": {
"name": "camel.sink.endpoint.keyAlias",
"description": "The name of the key in the keystore file",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyPassword": {
"name": "camel.sink.endpoint.keyPassword",
"description": "The key password",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyStorePassword": {
"name": "camel.sink.endpoint.keyStorePassword",
"description": "The keystore password",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyStoreType": {
"name": "camel.sink.endpoint.keyStoreType",
"description": "The key store type",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyStoreUrl": {
"name": "camel.sink.endpoint.keyStoreUrl",
"description": "The URL where the key should be loaded from",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.maxPendingPublishRequests": {
"name": "camel.sink.endpoint.maxPendingPublishRequests",
"description": "The maximum number of pending publish requests",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.maxResponseMessageSize": {
"name": "camel.sink.endpoint.maxResponseMessageSize",
"description": "The maximum number of bytes a response message may have",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.overrideHost": {
"name": "camel.sink.endpoint.overrideHost",
"description": "Override the server reported endpoint host with the host from the endpoint URI.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.productUri": {
"name": "camel.sink.endpoint.productUri",
"description": "The product URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.requestedPublishingInterval": {
"name": "camel.sink.endpoint.requestedPublishingInterval",
"description": "The requested publishing interval in milliseconds",
"defaultValue": "\"1_000.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.requestTimeout": {
"name": "camel.sink.endpoint.requestTimeout",
"description": "Request timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sessionName": {
"name": "camel.sink.endpoint.sessionName",
"description": "Session name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sessionTimeout": {
"name": "camel.sink.endpoint.sessionTimeout",
"description": "Session timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.clientId": {
"name": "camel.component.milo-client.clientId",
"description": "A virtual client id to force the creation of a new connection instance",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.configuration": {
"name": "camel.component.milo-client.configuration",
"description": "All default options for client configurations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.discoveryEndpointSuffix": {
"name": "camel.component.milo-client.discoveryEndpointSuffix",
"description": "A suffix for endpoint URI when discovering",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.discoveryEndpointUri": {
"name": "camel.component.milo-client.discoveryEndpointUri",
"description": "An alternative discovery URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.lazyStartProducer": {
"name": "camel.component.milo-client.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.autowiredEnabled": {
"name": "camel.component.milo-client.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.allowedSecurityPolicies": {
"name": "camel.component.milo-client.allowedSecurityPolicies",
"description": "A set of allowed security policy URIs. Default is to accept all and use the highest.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.applicationName": {
"name": "camel.component.milo-client.applicationName",
"description": "The application name",
"defaultValue": "\"Apache Camel adapter for Eclipse Milo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.applicationUri": {
"name": "camel.component.milo-client.applicationUri",
"description": "The application URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\/Client\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.channelLifetime": {
"name": "camel.component.milo-client.channelLifetime",
"description": "Channel lifetime in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyAlias": {
"name": "camel.component.milo-client.keyAlias",
"description": "The name of the key in the keystore file",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyPassword": {
"name": "camel.component.milo-client.keyPassword",
"description": "The key password",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyStorePassword": {
"name": "camel.component.milo-client.keyStorePassword",
"description": "The keystore password",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyStoreType": {
"name": "camel.component.milo-client.keyStoreType",
"description": "The key store type",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.keyStoreUrl": {
"name": "camel.component.milo-client.keyStoreUrl",
"description": "The URL where the key should be loaded from",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.maxPendingPublishRequests": {
"name": "camel.component.milo-client.maxPendingPublishRequests",
"description": "The maximum number of pending publish requests",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.maxResponseMessageSize": {
"name": "camel.component.milo-client.maxResponseMessageSize",
"description": "The maximum number of bytes a response message may have",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.miloClientConnectionManager": {
"name": "camel.component.milo-client.miloClientConnectionManager",
"description": "Instance for managing client connections",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.overrideHost": {
"name": "camel.component.milo-client.overrideHost",
"description": "Override the server reported endpoint host with the host from the endpoint URI.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.productUri": {
"name": "camel.component.milo-client.productUri",
"description": "The product URI",
"defaultValue": "\"http:\/\/camel.apache.org\/EclipseMilo\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.requestedPublishingInterval": {
"name": "camel.component.milo-client.requestedPublishingInterval",
"description": "The requested publishing interval in milliseconds",
"defaultValue": "\"1_000.0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.requestTimeout": {
"name": "camel.component.milo-client.requestTimeout",
"description": "Request timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.sessionName": {
"name": "camel.component.milo-client.sessionName",
"description": "Session name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.milo-client.sessionTimeout": {
"name": "camel.component.milo-client.sessionTimeout",
"description": "Session timeout in milliseconds",
"priority": "MEDIUM",
"required": "false"
}
}
}