-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
AC:
There is a REST endpoint where users can retrieve information about the platform.
The underlying Java API is built with CAM-13957 and contains telemetry data in the first iteration.
Users can query platform information by calling a REST endpoint.
response payload template
{ "installation": "8343cc7a-8ad1-42d4-97d2-43452c0bdfa3", "product": { "name": "Camunda BPM Runtime", "version": "7.14.0", "edition": "enterprise", "internals": { "database": { "vendor": "h2", "version": "1.4.190 (2015-10-11)" }, "application-server": { "vendor": "Wildfly", "version": "WildFly Full 19.0.0.Final (WildFly Core 11.0.0.Final) - 2.0.30.Final" }, "jdk": { "version": "14.0.2", "vendor": "Oracle Corporation" }, "commands": { "StartProcessInstanceCmd": { "count": 40 }, "FetchExternalTasksCmd": { "count": 100 } }, "metrics": { "root-process-instance-start": { "count": 936 }, "activity-instance-start": { "count": 6125 }, "executed-decision-instances": { "count": 140 }, "executed-decision-elements": { "count": 732 } }, "camunda-integration": [ "spring-boot-starter", "camunda-bpm-run" ], "license-key": { "customer": "customer name", "type": "UNIFIED", "valid-until": "2022-09-30", "unlimited": false, "features": { "camundaBPM": "true" }, "raw": "customer=customer name;expiryDate=2022-09-30;camundaBPM=true;optimize=false;cawemo=false" }, "webapps": [ "cockpit", "admin" ] } } }