Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cumulocity-iot/cumulocity-provision-epl
This microservice provides a POST endpoint provision to deploy an EPL model from the enterprise tenant to a subscribed target tenant.
https://github.com/cumulocity-iot/cumulocity-provision-epl
agent cli client cumulocity-iot cumulocity-microservice example extension iot-analytics microservice microservices simulator tutorial webapp widget
Last synced: 1 day ago
JSON representation
This microservice provides a POST endpoint provision to deploy an EPL model from the enterprise tenant to a subscribed target tenant.
- Host: GitHub
- URL: https://github.com/cumulocity-iot/cumulocity-provision-epl
- Owner: Cumulocity-IoT
- License: apache-2.0
- Created: 2022-04-06T05:18:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T18:33:41.000Z (10 months ago)
- Last Synced: 2024-10-31T16:23:31.109Z (3 months ago)
- Topics: agent, cli, client, cumulocity-iot, cumulocity-microservice, example, extension, iot-analytics, microservice, microservices, simulator, tutorial, webapp, widget
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cumulocity microservice to provision epl
This microservice provides a `POST` endpoint `provision` to deploy an EPL model from the enterprise tenant to a subscribed target tenant.
A sample `POST` request looks as follows:
```
{
"model": "High Frequency Availability",
"targetTenant": "YOUR_TARGET_TENANT_ID"
}
```
The result returns the id of the generated EPL file:
```
[
{
"tenant": "YOUR_TARGET_TENANT_ID",
"model": "High Frequency Availability",
"id": "46291137"
}
]
```------------------------------
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.