generated from camel.apache.org/kamelet
Update wiki Home page for ssh-sink
parent
a13cd0a551
commit
364d94844d
35
Home.md
35
Home.md
@ -1,21 +1,28 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# SSH Sink
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Send command through SSH session.
|
||||
|
||||
## Step 1: Create a release
|
||||
From the project space, click on **"Create a release"**
|
||||
## Metadata
|
||||
|
||||
The new version is automatically available in the list
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| Type | sink |
|
||||
| Group | SSH |
|
||||
| Namespace | File |
|
||||
| Support Level | Stable |
|
||||
| Provider | Apache Software Foundation |
|
||||
|
||||
## Step 2: Deploy
|
||||
Click on **"Deploy"**
|
||||
## Properties
|
||||
|
||||
- **Version:** Select the desired release
|
||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
||||
- **Configuration:** Select the configuration source
|
||||
- **Resources:** Set CPU and Memory
|
||||
| Name | Type | Required | Default | Description |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `connectionHost` | string | ✓ | | The SSH Host |
|
||||
| `connectionPort` | string | ✓ | `22` | The SSH Port |
|
||||
| `username` | string | ✓ | | The SSH username to use |
|
||||
| `password` | string | ✓ | | The SSH password to use |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Dependencies
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
- `camel:ssh`
|
||||
- `camel:gson`
|
||||
- `camel:kamelet`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user