Skip to main content
POST
Retry processing a monitor

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
monitor_log_id
string<uuid>
required

Unique identifier of the monitor log entry to retry.

is_use_original_destination
boolean

When true, uses the destination configuration snapshot from the original log entry instead of the current monitor config.

Response

Successful response containing the retry execution results. The envelope is { metadata: { monitor_log_id, status }, data: {...} }.

metadata
object
data
object