Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.