API-Endpoint documentation for Analytics Builder

What product/components do you use and which version/fix level are you on?

Cumulocity 10.14

Is your question related to the free trial, or to a production (customer) instance?

production

What are you trying to achieve? Please describe it in detail.

Stop an Analytics Builder EPL Model with Postman

Do you get any error messages? Please provide a full error message screenshot and log file.

nope

Have you installed all the latest fixes for the products and systems you are using?

sure

Where can I find the API-Endpoint documentation for Analytics Builder

Not sure there is any but Dev tools in the UI reveals how it is done.

You can find the API endpoint info here: https://cumulocity.com/guides/streaming-analytics/epl-apps/

You can use the following to deactivate the model:

PUT /service/cep/eplfiles/{id}

Body for deactivation:

{
"state": "inactive"
}
1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.