events.iterate.com

Event type

events.iterate.com/sandbox/backup-failed

A workspace snapshot failed; the container still stops, and the previous good backup (if any) remains the restore source.

Payload schema

errorstring

What the snapshot attempt reported.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "What the snapshot attempt reported."
    }
  },
  "required": [
    "error"
  ]
}