Retry a single failed event.
Requeues the event for processing and removes it from the failed events list. The event will be processed automatically.
Returns: Event queued for processing.
Raises: HTTPException: 404 if event not found.
Successful Response
Event response.
Attributes: event_id: Unique identifier for this event. provider: Provider name (e.g., "postgres"). resource_type: Resource type (e.g., "database"). resource_name: Resource name from manifest. event_type: Type of lifecycle event (CREATE, UPDATE, DELETE). payload: Resource configuration as JSON object. previous_config: Previous configuration for UPDATE events. correlation_id: Correlation ID for tracing. status: Processing status (pending, published). created_at: When event was created. published_at: When event was processed.
Resource lifecycle event type: CREATE, UPDATE, or DELETE.
CREATE, UPDATE, DELETE Status of an event.
Attributes: PENDING: Event created but not yet processed. PUBLISHED: Event successfully processed.
pending, published