Posts backup run reports to the Cloudflare Backup Registry API.
Module: backups.notifications.cloudflare_backup_registry
{
"id": "cloudflare-backup-registry-notify",
"type": "cloudflare-backup-registry",
"url": "https://backups.golder.tech/v1/backup-runs",
"token": "your_api_token",
"metadata": {"environment": "production"}
}- Ensure access to the Golder backup registry at the specified URL.
- Obtain an API token if authentication is required.
| Key | Required | Purpose |
|---|---|---|
id |
Yes | Unique identifier for this notification. |
url |
Yes | Golder API endpoint URL. |
token |
No | API token for Bearer authentication. |
metadata |
No | Arbitrary key/value pairs to include in the payload. |
When OpenTelemetry tracing is enabled, the notification automatically includes the current trace_id in the metadata field, enabling end-to-end correlation between backup execution traces and registry records.
- Success: Submits a backup run report with status "success".
- Failure: Submits a backup run report with status "failure".