Note
API ReferenceDomino Model Monitor APIResponsesResponsesResponses
The API for Domino Model Monitor suite of applications.- V-0.1.0
/v2/api/model/{model_id}/register-dataset/{dataset_type}
/v2/api/model
GET
(getModelById)Parameters
NameRequiredDescriptionInTypeEnums
model_idquerystringUndefined
Code200
DescriptionSuccessfully fetched the Model.
Code400
DescriptionBad request input data.
Code403
DescriptionUnauthorised. The endpoint enforces authorisation.
Code404
DescriptionModel not found.
Code405
DescriptionMethod not allowed.
Code500
DescriptionInternal server error, check server logs.
DELETE
(deleteModelById)Parameters
NameRequiredDescriptionInTypeEnums
model_idquerystringUndefined
Code200
DescriptionSuccessfully deleted the Model.
Code400
DescriptionBad request input data.
Code403
DescriptionUnauthorised. The endpoint enforces authorisation.
Code404
DescriptionModel not found.
Code405
DescriptionMethod not allowed.
Code500
DescriptionInternal server error, check server logs.
/v2/api/models
GET
(listModels)Parameters
NameRequiredDescriptionInTypeEnums
pageNumberqueryintegerUndefined
pageSizequeryintegerUndefined
numberOfLastChecksToFetchqueryintegerUndefined
searchQueryquerystringUndefined
modelTypequerystringUndefined
Code200
DescriptionSuccessfully fetched the Model.
Code400
DescriptionBad request input data.
Code403
DescriptionUnauthorised. The endpoint enforces authorisation.
Code405
DescriptionMethod not allowed.
Code500
DescriptionInternal server error, check server logs.