Execute Streaming Checklist

POST

Triggers a checklist to run continuously against assets. Returns a ChecklistAlreadyRunning error if the checklist is already running for the given asset.

Request

This endpoint expects an object.
checkliststringRequired
assetsset of stringsRequired
notificationConfigurationslist of objectsRequired

Checklist violations will be sent to the specified integrations. At least one integration must be specified.

evaluationDelayobjectRequired

Delays the evaluation of the streaming checklist. This is useful for when data is delayed.

recoveryDelayobjectRequired

Specifies the minimum amount of time that must pass before a check can recover from a failure. Minimum value is 15 seconds.

Built with