Skip to main content
GET
/
metrics
/
{metrics-name}
/
sum
Get Sum
curl --request GET \
  --url http://{host}:{port}/{contextPath}/metrics/{metrics-name}/sum \
  --header 'Authorization: Basic <encoded-value>'
{
  "result": 4342343241
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

metrics-name
enum<string>
required

The name of the metric.

Available options:
activity-instance-start,
activity-instance-end,
decision-instances,
flow-node-instances,
job-acquisition-attempt,
job-acquired-success,
job-acquired-failure,
job-execution-rejected,
job-successful,
job-failed,
job-locked-exclusive,
executed-decision-elements,
history-cleanup-removed-process-instances,
history-cleanup-removed-case-instances,
history-cleanup-removed-decision-instances,
history-cleanup-removed-batch-operations,
history-cleanup-removed-task-metrics,
unique-task-workers,
process-instances,
task-users

Query Parameters

startDate
string<date-time>

The start date (inclusive).

endDate
string<date-time>

The end date (exclusive).

Response

200 - application/json

Request successful.

result
integer | null

The current sum (count) for the selected metric.