Skip to content

Commit

Permalink
Update HTTP Server adapter documentation (#150)
Browse files Browse the repository at this point in the history
Inspired by #2299
  • Loading branch information
obermeier authored Dec 18, 2023
1 parent 80ca785 commit 40dac5d
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,23 @@ sidebar_label: HTTP Server

***


## Description

Continuously fetched events from an HTTP REST endpoint.
This adapter provides an HTTP endpoint for ingesting events.
Data sent to this endpoint via POST requests is transformed into StreamPipes events.

### Configuration

#### Endpoint Appendix
Specify the name of the endpoint resource. The endpoint can be accessed at {host of StreamPipes UI}/endpoints/{endpointName}

#### Configuration
##### Manual
Provides an option to define the event schema manually.

##### Import from file
Use a file with example data to automatically detect a first event schema

***

0 comments on commit 40dac5d

Please sign in to comment.