Baselines REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
List of baselines based on user permissions and filters
/v3/baselines
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination
Adds a baseline to a model
/v3/baselines
A name describing the baseline
The unique identifier for the model associated with the baseline
The type of baseline, indicating whether it is STATIC or ROLLING.
STATIC
, ROLLING
The environment type for the baseline, indicating whether it applies to production or pre-production environments.
PRODUCTION
, PRE_PRODUCTION
Required when env_type is PRE_PRODUCTION
Start time in milliseconds from epoch for production data
End time in milliseconds from epoch for production data
x is offset delta for offset=x*window_bin_size
Window size to be used for relative baseline
Hour
, Day
, Week
, Month
Get baseline details
/v3/baselines/{baseline_id}
baseline id path parameter
Delete baseline from a model
/v3/baselines/{baseline_id}
baseline id path parameter
No body
List of baselines of a model
/v3/models/{model_id}/baselines
model id path parameter
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination