-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
174 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
draft: true | ||
--- | ||
|
||
# HTTP forwarding | ||
|
||
:::info | ||
Navigate to: Integrations -> HTTP | ||
::: | ||
|
||
Forward data from the Lobaro Platform to any HTTP(s) endpoint. | ||
|
||
- **HTTP Method:** The HTTP method to use for the request. | ||
- **Target URL:** Any reachable HTTP server endpoint. (Can use Variable Substitution, for details see below.) | ||
- **Authentication:** One of the following authentication schemes can be used: | ||
- **Basic Auth:** Adds Username & password to request headers. | ||
- **Bearer Token:** Adds a Bearer Token to request headers. Just put the Token (without Bearer prefix). | ||
- **OAuth:** Fetch a OAuth token with the given scope from a Token URL using a ClientId and Secret as BasicAuth credentials. The fetched token is used for all API calls and automatically refreshed when invalid. | ||
- **Headers:** List of headers to be set on HTTP request in the format: `<FieldName>: <Value>` (e.g. `Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==`) | ||
|
||
|
||
:::info[Request logging] | ||
At the lower end of the page you can see the last request and potential errors. | ||
Please note, that we do not update on every request for performance reasons. | ||
::: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
--- | ||
title: Integrations (TODO) | ||
title: Integrations | ||
sidebar_position: 0 | ||
#displayed_sidebar: cloudSidebar | ||
draft: false | ||
--- | ||
|
||
# Integrations | ||
|
||
:::warning[Work in progress] | ||
This page is not ready yet | ||
::: | ||
![nav-integrations.png](img/nav-integrations.png) | ||
|
||
|
||
Integrations allows to exchange data between the Lobaro Platform and other applications. | ||
|
||
Available integrations are: | ||
- [REST Api](restapi.md) | ||
- [LoRaWAN Network Server Integration](lorawan.md) | ||
- [MQTT](mqtt.md) | ||
- [HTTP forwarding](http.md) | ||
|
||
|
||
|
||
|
||
|
||
**TODO:** | ||
* LoRaWAN Server Integration (Chripstack) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ title: LoRaWAN LNS (TODO) | |
draft: true | ||
--- | ||
|
||
# Integrate LoRaWAN Network Server | ||
# LoRaWAN Network Server Integration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters