Skip to main content
PUT
Update Alert Thresholds (Admin Only)
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/api/monitoring/fuga/thresholds Description: Update alert threshold configuration. Admin only endpoint. Method: PUT Request Body:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
maxFailureRate
number

Maximum failure rate percentage

Example:

10

maxPendingDuration
number

Maximum pending duration in seconds

Example:

3600

maxConcurrentDeliveries
number

Maximum concurrent deliveries

Example:

100

minSuccessRate
number

Minimum success rate percentage

Example:

90

Response

Thresholds updated

status
string
Example:

"success"

message
string
Example:

"Alert thresholds updated"

data
object