All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-ssh-source-source.json Maven / Gradle / Ivy

{
	"connector": {
		"class": "org.apache.camel.kafkaconnector.sshsource.CamelSshsourceSourceConnector",
		"artifactId": "camel-ssh-source-kafka-connector",
		"groupId": "org.apache.camel.kafkaconnector",
		"id": "camel-ssh-source-source",
		"type": "source",
		"version": "4.8.0",
		"description": "Receive data from SSH session."
	},
	"properties": {
		"camel.kamelet.ssh-source.connectionHost": {
			"name": "camel.kamelet.ssh-source.connectionHost",
			"description": "The SSH Host",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.ssh-source.connectionPort": {
			"name": "camel.kamelet.ssh-source.connectionPort",
			"description": "The SSH Port",
			"defaultValue": "\"22\"",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.ssh-source.username": {
			"name": "camel.kamelet.ssh-source.username",
			"description": "The SSH username to use",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.ssh-source.password": {
			"name": "camel.kamelet.ssh-source.password",
			"description": "The SSH password to use",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.ssh-source.delay": {
			"name": "camel.kamelet.ssh-source.delay",
			"description": "The number of milliseconds before the next poll",
			"defaultValue": "500",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.ssh-source.pollCommand": {
			"name": "camel.kamelet.ssh-source.pollCommand",
			"description": "The command to run while polling the SSH session Example: date",
			"priority": "HIGH",
			"required": "true"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy