events.iterate.com

Event type

events.iterate.com/sandbox/backup-created

/workspace was snapshotted to R2 (an explicit sleep() or the idle timer); this backup is what the next start restores.

Payload schema

backupIdstring

The new R2 snapshot's id (the SDK's random UUID) — the next restore source.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "backupId": {
      "type": "string",
      "description": "The new R2 snapshot's id (the SDK's random UUID) — the next restore source."
    }
  },
  "required": [
    "backupId"
  ]
}