Thresholds
Create metric threshold
Create a new threshold for a specific metric.
POST
Authorizations
API key for authentication
Path Parameters
22-character metric ID
Pattern:
^[a-zA-Z0-9]{22}$Body
application/json
Request body for creating a threshold
Comparison operator for thresholds
Available options:
eq, neq, gt, gte, lt, lte, in, nin, bt, nbt Target float value (upper bound for bt/nbt, single value for others)
Lower bound for range operators (bt/nbt)
Target values for list operators (in/nin)
Required array length:
1 - 50 elementsSource of the threshold value
Available options:
manual, model Response
Threshold created successfully
Org-specific threshold for a metric

