Execute Streaming Checklist
Triggers a checklist to run continuously against assets. Returns a ChecklistAlreadyRunning error if the checklist is already running for the given asset.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
checklist
assets
notificationConfigurations
Checklist violations will be sent to the specified integrations. At least one integration must be specified.
evaluationDelay
Delays the evaluation of the streaming checklist. This is useful for when data is delayed.
recoveryDelay
Specifies the minimum amount of time that must pass before a check can recover from a failure. Minimum value is 15 seconds.